Skip to content

Commit

Permalink
Fixing next logo path
Browse files Browse the repository at this point in the history
  • Loading branch information
corbanbrook committed May 29, 2024
1 parent 95fda28 commit 678b70a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/next/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default function Home() {
{!isConnected ? (
<Box flexDirection="column" alignItems="center" justifyContent="center" gap="5" height="vh">
<Box background="white" padding="2" borderRadius="sm">
<Image alt="Next" src="next.svg" height="3" disableAnimation />
<Image alt="Next" src="images/next.svg" height="3" disableAnimation />
</Box>
<Box flexDirection="row" alignItems="center" justifyContent="center" gap="3">
<Image alt="Sequence Kit Logo" style={{ width: '48px' }} src="images/kit-logo.svg" disableAnimation />
Expand Down

0 comments on commit 678b70a

Please sign in to comment.