Skip to content

Commit

Permalink
update logo and favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
willianba committed Jul 16, 2024
1 parent 28fd171 commit dd7d4e7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions routes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ export default defineRoute<State>((_req, _ctx) => {
<div class="flex flex-col items-center">
<img
class="my-6"
src="/logo.svg"
width="128"
height="128"
src="/logo.png"
width="200"
height="200"
alt="the Fresh logo: a sliced lemon dripping with juice"
/>
<h1 class="text-4xl font-bold">Welcome to Expenso</h1>
<h2>This is a default page and logo, but the app works!</h2>
<h2>Sign in on the top-right button!</h2>
</div>
);
});
Binary file modified static/favicon.ico
Binary file not shown.
Binary file added static/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dd7d4e7

Please sign in to comment.