Skip to content

Commit

Permalink
Feat: Update navbar and screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
tegarimansyah committed Jun 29, 2023
1 parent db58f23 commit 37ccbc4
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 6 deletions.
Binary file modified docs/img/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/lib/components/Info.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
We are not saving your data. All process is only between your own browser with Github API.
</p>
<p class="mt-3 text-xs">
Created by <a class="text-blue-400 hover:text-black" href="https://www.linkedin.com/in/tegarimansyah/">
Created by <a class="text-blue-400 hover:text-black" href="https://twitter.com/tegar_imansyah/">
tegarimansyah
</a>
. This source code available on
Expand Down
26 changes: 21 additions & 5 deletions src/lib/components/Navbar.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
<header class="bg-white shadow-sm">
<div class="max-w-7xl mx-auto py-4 px-4 sm:px-6 lg:px-8">
<h1 class="text-lg leading-6 font-semibold text-gray-900">Github Declutter</h1>
</div>
</header>
<div class="navbar bg-base-100 max-w-screen">
<div class="flex-1">
<a href="/" class="btn btn-ghost normal-case text-xl">Github Declutter</a>
</div>
<div class="flex-none">
<ul class="menu menu-horizontal px-1">
<li><a href="https://github.com/tegarimansyah/github_declutter">⭐ Star this in Github ⭐</a></li>
<li>
<details>
<summary>
Feedback
</summary>
<ul class="p-2 bg-base-100 right-0">
<li><a href="https://github.com/tegarimansyah/github_declutter/issues/new?assignees=&labels=enhancement&projects=&template=feature_request.md&title=">Feature Request</a></li>
<li><a href="https://github.com/tegarimansyah/github_declutter/issues/new?assignees=&labels=bug&projects=&template=bug_report.md&title=">Bug Report</a></li>
</ul>
</details>
</li>
</ul>
</div>
</div>

1 comment on commit 37ccbc4

@vercel
Copy link

@vercel vercel bot commented on 37ccbc4 Jun 29, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.