Skip to content

Commit

Permalink
Merge pull request #183 from ixartz/udpate-banner
Browse files Browse the repository at this point in the history
Update project banner and add Turso logo in guestbook page
  • Loading branch information
ixartz authored Nov 1, 2023
2 parents ca26590 + c4e1227 commit fa73c81
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Binary file modified public/assets/images/nextjs-starter-banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions src/app/guestbook/page.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import type { Metadata } from 'next';
import Image from 'next/image';

import { DeleteGuestbookEntry } from '@/components/DeleteGuestbookEntry';
import { EditableGuestbookEntry } from '@/components/EditableGuestbookEntry';
Expand Down Expand Up @@ -42,6 +43,16 @@ const Guestbook = async () => {
Turso
</a>
</div>

<a href="https://turso.tech/?utm_source=nextjsstarterbp">
<Image
className="mx-auto mt-2"
src="/assets/images/turso.png"
alt="SQLite Developer Experience"
width={65}
height={56}
/>
</a>
</Main>
);
};
Expand Down

0 comments on commit fa73c81

Please sign in to comment.