Add animated translate to credit person name if existing
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
// Components
|
||||
import IconArrow from '../atoms/IconArrow'
|
||||
import TitleSite from '../atoms/TitleSite'
|
||||
import LinkTranslate from '../atoms/LinkTranslate'
|
||||
import Footer from '../molecules/Footer'
|
||||
|
||||
// Categories
|
||||
@@ -52,9 +53,7 @@
|
||||
<dl>
|
||||
<dt class="style-location">
|
||||
{#if person.url}
|
||||
<a href={person.url} target="_blank" rel="noopener">
|
||||
{person.name}
|
||||
</a>
|
||||
<LinkTranslate href={person.url} text={person.name} target="_blank" rel="noopener" />
|
||||
{:else}
|
||||
{person.name}
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user