-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
24 additions
and
194 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
import IconBrandGithub from "https://deno.land/x/[email protected]/tsx/brand-github.tsx"; | ||
|
||
export default function NavBar() { | ||
return ( | ||
<nav class="navbar bg-base-300"> | ||
<div class="flex-1"> | ||
<a href="/" className="flex gap-1 items-center justify-center"> | ||
<img | ||
src="/logo.svg" | ||
width="35" | ||
height="35" | ||
alt="the Fresh logo: a sliced lemon dripping with juice" | ||
/> | ||
<span class="font-bold">FreshPaste</span> | ||
</a> | ||
</div> | ||
<div class="flex-none"> | ||
<ul class="menu menu-horizontal px-1"> | ||
<li> | ||
<a href="/api">API</a> | ||
</li> | ||
</ul> | ||
</div> | ||
<nav class="navbar bg-base-300 flex justify-between px-4"> | ||
<a href="/" className="flex gap-1 items-center justify-center"> | ||
<img | ||
src="/logo.svg" | ||
width="35" | ||
height="35" | ||
alt="the Fresh logo: a sliced lemon dripping with juice" | ||
/> | ||
<span class="font-bold">FreshPaste</span> | ||
</a> | ||
<a | ||
class="btn btn-active btn-ghost" | ||
href="https://github.com/TeaByte/FreshPaste" | ||
target="_blank" | ||
> | ||
<IconBrandGithub /> | ||
</a> | ||
</nav> | ||
); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.