Remove old fix
This commit is contained in:
parent
48d51f8ffc
commit
49028eb9fd
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
export const path = `/paths/${id}`;
|
export const path = `/paths/${id}`;
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<a data-sveltekit-reload 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