mirror of
https://github.com/starshardstudio/peafowl.git
synced 2024-11-21 20:44:19 +00:00
Shorten anime identifier label
This commit is contained in:
parent
f5dc4778f9
commit
35aa3c9df3
1 changed files with 2 additions and 2 deletions
|
@ -135,7 +135,7 @@ export default function(data: AnimeData, helpers: Lume.Helpers) {
|
|||
<ReviewInfo.MetadataRow
|
||||
key={index}
|
||||
className={`anime-identifier-mal`}
|
||||
label={<span><i className={`fa-sharp fa-regular fa-list-check`}/> MyAnimeList</span>}
|
||||
label={<span><i className={`fa-sharp fa-regular fa-list-check`}/> MAL</span>}
|
||||
>
|
||||
<a href={`https://myanimelist.net/anime/${identifier.id}`}>
|
||||
{identifier.id}
|
||||
|
@ -147,7 +147,7 @@ export default function(data: AnimeData, helpers: Lume.Helpers) {
|
|||
<ReviewInfo.MetadataRow
|
||||
key={index}
|
||||
className={`anime-identifier-ann`}
|
||||
label={<span><i className={`fa-sharp fa-regular fa-circles-overlap`}/> Anime News Network</span>}
|
||||
label={<span><i className={`fa-sharp fa-regular fa-circles-overlap`}/> ANN</span>}
|
||||
>
|
||||
<a href={`https://www.animenewsnetwork.com/encyclopedia/anime.php?id=${identifier.id}`}>
|
||||
{identifier.id}
|
||||
|
|
Loading…
Reference in a new issue