This commit is contained in:
parent
9d29df1ddb
commit
5561ad90c0
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 href={path} class="route-card">
|
<a rel='external' 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