Add train detail icons with tooltips

This commit is contained in:
Fred Boniface
2024-04-16 21:28:11 +01:00
parent 3f4a172f48
commit 0a666afc58
6 changed files with 115 additions and 2878 deletions

View File

@@ -20,6 +20,7 @@
</script>
<footer>
{#each links as item}
<a href={item.path} class:active={$page.url.pathname == item.path}>
<img src={item.svgPath} alt={item.title} />