Skip to content

Commit

Permalink
asdAS
Browse files Browse the repository at this point in the history
thomasdavis committed Mar 2, 2024
1 parent a0fb385 commit ff85e48
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/registry/src/ui/Layout.js
Original file line number Diff line number Diff line change
@@ -146,12 +146,12 @@ export default function Layout({ children }) {
</UserSelect>
</div>
<div>
<a href={`https://registry.jsonresume.org/${username}`}>
<Link href={`https://registry.jsonresume.org/${username}`}>
View resume
</a>
<a href={`https://registry.jsonresume.org/${username}.json`}>
</Link>
<Link href={`https://registry.jsonresume.org/${username}.json`}>
View raw
</a>
</Link>
</div>
</UserSearch>
</Header>

0 comments on commit ff85e48

Please sign in to comment.