Skip to content

Commit

Permalink
Merge pull request #128 from UTDallasEPICS/samPrismaFix
Browse files Browse the repository at this point in the history
Just updating main with all the stuff on my local branch before I start working on the actual Prisma Fix. Merging because they are all HTML/CSS changes
  • Loading branch information
FegelSamuel authored Feb 8, 2024
2 parents eda3a76 + 126d6cb commit 3b7f2af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/NavLinkButton.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template lang="pug">
NuxtLink.items-center.px-2.py-2.text-base.font-medium.rounded-md.text-green-600.cursor-pointer(style="border: 1px solid #c4c4c4;" class='hover:text-white hover:bg-gray-600' :to="to")
NuxtLink.items-center.px-2.py-2.text-base.font-medium.rounded-md.text-green-600.cursor-pointer(style="text-align:center; border: 1px solid #c4c4c4;" class='hover:text-white hover:bg-gray-600' :to="to")
slot
</template>

Expand Down
2 changes: 1 addition & 1 deletion pages/EditFamily.vue
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ CVContainer
.py-4.grid(class="sm:grid-cols-3")
CVLabel First Name
.col-md-8.mx-9(class="sm:col-span-2 sm:mr-11")
CVInput(v-model='data_user.first_name' placeholder="(user-defined" required)
CVInput(v-model='data_user.first_name' placeholder="(user-defined)" required)
.py-4.grid(class="sm:grid-cols-3")
CVLabel Middle Name
.col-md-8.mx-9(class="sm:col-span-2 sm:mr-11")
Expand Down

0 comments on commit 3b7f2af

Please sign in to comment.