This commit is contained in:
2023-07-30 12:10:23 +02:00
parent 127ebe79ae
commit 54db2e8e2b
6 changed files with 15 additions and 40 deletions

View File

@@ -68,12 +68,6 @@ function copySlug(slug) {
<td class="hidden md:table-cell p-2">{{ cv.locations.join(' / ') }}</td>
<td class="p-2">{{ cv.phone.formattedNumber }}</td>
<td class="flex items-center justify-center gap-2 p-3 z-50">
<a
class="px-3 py-3 text-blue-600 hover:text-blue-800"
:href="`https://cv.kamilcraft.com/show/${cv.token}`"
target="_blank"
rel="noopener noreferrer"
title="Przekieruj do CV"><FontAwesomeIcon :icon="['fas', 'arrow-up-right-from-square']" /></a>
<InertiaLink
as="button"
class="px-3 py-3 text-lime-600 hover:text-lime-800 border-t-2 border-b-2 border-transparent hover:border-b-lime-600"