Skip to content

Commit

Permalink
#2 - Format & Check
Browse files Browse the repository at this point in the history
  • Loading branch information
kristianbinau committed Sep 26, 2023
1 parent 2c0a7d5 commit 9cde0f9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "cloudstore-frontend",
"version": "0.1",
"private": "true",
"description": "CloudStore is a web application that allows users to store files in the cloud.",
"keywords": [],
"homepage": "https://frontend-cloud-store.vercel.app",
"bugs": "https://github.com/HF6-PROJECT/web/issues",
Expand Down
2 changes: 1 addition & 1 deletion src/components/FormForgotPassword.astro
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { asset } from '@lib/helpers';
href="#"
class="mb-8 flex items-center justify-center text-2xl font-semibold dark:text-white lg:mb-10"
>
<img src={asset('images/logo_name.svg')} alt="Logo" class="mr-4 h-11" />
<img src={asset('images/logo_name.svg')} alt="Logo" class="mr-4 h-11" />
</a>
<!-- Card -->
<div class="w-full rounded-lg bg-white shadow dark:bg-gray-800 sm:max-w-md md:mt-0 xl:p-0">
Expand Down
2 changes: 1 addition & 1 deletion src/components/FormResetPassword.astro
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { asset } from '@lib/helpers';
href="#"
class="mb-8 flex items-center justify-center text-2xl font-semibold dark:text-white lg:mb-10"
>
<img src={asset('images/logo_name.svg')} alt="Logo" class="mr-4 h-11" />
<img src={asset('images/logo_name.svg')} alt="Logo" class="mr-4 h-11" />
</a>

<!-- Card -->
Expand Down
3 changes: 1 addition & 2 deletions src/layouts/NavBarSidebar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import ColorModeSwitcher from '@components/ColorModeSwitcher.astro';
import SearchInput from '@components/SearchInput.astro';
import { asset, url } from '@lib/helpers';
import { SITE_TITLE_SHORT } from '@lib/constants';
const user = Astro.locals.user as User;
Expand Down Expand Up @@ -77,7 +76,7 @@ const userColors = (() => {
clip-rule="evenodd"></path></svg
>
</button>
<a href="/" class="ml-2 flex md:mr-18">
<a href="/" class="md:mr-18 ml-2 flex">
<img src={asset('images/logo_name.svg')} class="mr-3 h-5" alt="Logo" />
</a>

Expand Down

0 comments on commit 9cde0f9

Please sign in to comment.