chore(apperances): Only show origin without link
Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
parent
5c9d27a92a
commit
f47ded89d1
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ import appearances from "../data/appearances.json";
|
|||
</h3>
|
||||
<div class="flex justify-between items-center">
|
||||
<p>📅: {appearance.date}</p>
|
||||
<p>📰: <a href={"https://" + appearance.origin}>{appearance.origin}</a></p>
|
||||
<p>📰: {appearance.origin}</p>
|
||||
</div>
|
||||
<p>{appearance.description}</p>
|
||||
</div>
|
||||
|
@ -39,7 +39,7 @@ import appearances from "../data/appearances.json";
|
|||
</h3>
|
||||
<div class="flex justify-between items-center">
|
||||
<p>📅: {appearance.date}</p>
|
||||
<p>🎤: <a href={"https://" + appearance.origin}>{appearance.origin}</a></p>
|
||||
<p>🎤: {appearance.origin}</p>
|
||||
</div>
|
||||
<p>{appearance.description}</p>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue