Skip to content

Commit 2923195

Browse files
authored
chore(toolbar): remove github link (#29)
2 parents dbc0f3f + 0191d23 commit 2923195

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/pages/index.tsx

-12
Original file line numberDiff line numberDiff line change
@@ -70,18 +70,6 @@ const Home: NextPage = () => {
7070
ouiaId={"setting-button"}
7171
/>
7272
</ToolbarItem>
73-
<ToolbarItem>
74-
<Button
75-
component="a"
76-
href="https://github.com/sigstore/rekor-search-ui"
77-
icon={<GithubIcon />}
78-
target="_blank"
79-
variant={"plain"}
80-
ouiaId={"github-link"}
81-
aria-label={"GitHub Link"}
82-
rel="noopener noreferrer"
83-
/>
84-
</ToolbarItem>
8573
</ToolbarGroup>
8674
</ToolbarGroup>
8775
</ToolbarContent>

0 commit comments

Comments
 (0)