Skip to content

Commit

Permalink
README images.
Browse files Browse the repository at this point in the history
  • Loading branch information
LutherTS committed Jul 24, 2024
1 parent 8c5581c commit 051a683
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
![screenshot1](/public/screenshot-1.png)

![screenshot2](/public/screenshot-2.png)

![screenshot3](/public/screenshot-3.png)

This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/create-next-app).

## Getting Started
Expand Down
2 changes: 1 addition & 1 deletion app/dashboard-after/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ function Header() {
}}
className={`flex items-center gap-x-1 rounded-full bg-sky-900 px-4 py-2 text-sm font-semibold text-white transition-colors hover:bg-sky-700 ${focusVisible}`}
>
<PlusIconMicro className="size-5" />
<PlusIconMicro className="-ml-1.5 size-5" />
<span>New Invoice</span>
</button>
<div className="relative size-10 cursor-pointer overflow-clip rounded-full bg-neutral-500 text-neutral-500">
Expand Down
Binary file added public/screenshot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/screenshot-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/screenshot-3.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 051a683

Please sign in to comment.