-
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.
get data from locatStorage is ongoing
- Loading branch information
1 parent
b13e549
commit 2436755
Showing
5 changed files
with
75 additions
and
41 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,10 @@ | |
<div class="py-2 flex justify-between items-center"> | ||
<img src="@/assets/images/logo/logo.png" alt="profile" class="rounded-full w-[15%] shadow-md"/> | ||
<div class="text-right"> | ||
<NuxtLink to="/login" class="px-3 py-2"> Login </NuxtLink> | ||
<h2 class="uppercase font-bold text-sm text-corporateGray">Joyonto</h2> | ||
<h2 class="text-sm text-corporateGray">[email protected]</h2> | ||
<NuxtLink to="/sign-up" class="px-3 py-2"> Signup </NuxtLink> | ||
</div> | ||
</div> | ||
<div class="mt-5 space-y-2 overflow-y-auto h-[calc(100vh-150px)] py-2"> | ||
|
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 |
---|---|---|
|
@@ -15,6 +15,7 @@ | |
</template> | ||
|
||
<script setup> | ||
</script> | ||
|
||
<style></style> |
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