Skip to content

Commit

Permalink
© added watermark
Browse files Browse the repository at this point in the history
  • Loading branch information
olgam4 committed Aug 14, 2022
1 parent 39d1afe commit be413b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ export default function Root() {
<Routes>
<FileRoutes />
</Routes>
<div class="absolute bottom-1 left-1/2 -translate-x-1/2 text-gray-400 text-sm">
built with ❤️ using <u><a href="https://bat.glo.quebec">bat</a></u>
</div>
</ThemeProvider>
</Suspense>
</ErrorBoundary>
Expand Down
2 changes: 1 addition & 1 deletion src/routes/[...404].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default function() {
<div class="full flex-center flex-col bg-gray-100/75 text-gray-400 dark:bg-gray-800">
<h1 class="text-4xl font-extrabold">404</h1>
<div class="flex space-x-1 mt-1">
<Paragraph key='hello' />
<Paragraph key='404' />
<div class="pt-1">
<div class="i-carbon-face-dissatisfied-filled h-4 w-4" />
</div>
Expand Down

1 comment on commit be413b3

@vercel
Copy link

@vercel vercel bot commented on be413b3 Aug 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

bat – ./

bat-brown.vercel.app
bat.glo.quebec
bat-olgam4.vercel.app
bat-git-main-olgam4.vercel.app

Please sign in to comment.