Skip to content

Commit

Permalink
chore(toolbar): remove github link (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
lance authored Mar 11, 2024
2 parents dbc0f3f + 0191d23 commit 2923195
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,18 +70,6 @@ const Home: NextPage = () => {
ouiaId={"setting-button"}
/>
</ToolbarItem>
<ToolbarItem>
<Button
component="a"
href="https://github.com/sigstore/rekor-search-ui"
icon={<GithubIcon />}
target="_blank"
variant={"plain"}
ouiaId={"github-link"}
aria-label={"GitHub Link"}
rel="noopener noreferrer"
/>
</ToolbarItem>
</ToolbarGroup>
</ToolbarGroup>
</ToolbarContent>
Expand Down

0 comments on commit 2923195

Please sign in to comment.