Remove external link attribute
All checks were successful
ci/woodpecker/push/build Pipeline was successful
All checks were successful
ci/woodpecker/push/build Pipeline was successful
This commit is contained in:
parent
fa84f9727a
commit
603f991bb7
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
export const path = `/paths/${type}`;
|
export const path = `/paths/${type}`;
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<a rel='external' href={path} class="route-card">
|
<a href={path} class="route-card">
|
||||||
<div class="route-card-left" style="background-color: {color}">
|
<div class="route-card-left" style="background-color: {color}">
|
||||||
<img src="/images/app-bar-logo.png" alt="logo" />
|
<img src="/images/app-bar-logo.png" alt="logo" />
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue