Skip to content

Commit

Permalink
Merge pull request #117 from UTDallasEPICS/moveButtonBranch
Browse files Browse the repository at this point in the history
  • Loading branch information
FegelSamuel authored Feb 1, 2024
2 parents c7e16c1 + 90d0870 commit 140847c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/CVHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const isNotSearch = computed(() => route.path !== "/Search/")

<template lang="pug">
ClientOnly
.max-w-min.mx-auto.flex.gap-2
.max-w-min.mx-auto.flex.gap-2.mt-7(style="text-align:center")
div.max-w-min.mx-auto.flex.gap-2(v-if="isLoggedIn")
a.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'
Expand Down

0 comments on commit 140847c

Please sign in to comment.