-wip
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user