Skip to content

Commit

Permalink
feat: logo color
Browse files Browse the repository at this point in the history
  • Loading branch information
sspzoa committed Oct 8, 2024
1 parent 1c001f8 commit 436a9a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</head>
<body>
<div class="h-[100dvh] flex flex-col justify-center items-center gap-8">
<img draggable="false" src="static/logo.svg" alt="logo" class="h-24">
<img draggable="false" src="static/logo-white.svg" alt="logo" class="h-24">
<div class="flex flex-row gap-4 text-xl text-white">
<a target="_blank" rel="noreferrer noopener" href="https://github.com/sspzoa/deening_app" class="cursor-pointer ease-in-out duration-300 hover:opacity-50"><strong>App</strong></a>
<span>|</span>
Expand Down
File renamed without changes

0 comments on commit 436a9a4

Please sign in to comment.