Polished links and filled in values for ship properties. Added methods to return ship status as string and convert ship status to an asset link.

This commit is contained in:
Krzysztof Płaczek
2024-10-18 16:35:18 +02:00
parent 231745d315
commit 471baaf562
5 changed files with 22 additions and 8 deletions

View File

@@ -15,11 +15,11 @@
<div class="flex flex-col justify-between min-h-screen relative">
<div>
<header class="h-[114px] shrink-0 flex flex-col sm:flex-row items-center sm:justify-between py-4 sm:py-0 px-6 border-b border-white/20 shadow-md">
<a href="#">
<a href="{{ path('app_homepage') }}">
<img class="h-[42px]" src="{{ asset('images/starshop-logo.png') }}" alt="starshop logo">
</a>
<nav class="flex space-x-4 font-semibold">
<a class="hover:text-amber-400 pt-2" href="#">
<a class="hover:text-amber-400 pt-2" href="{{ path('app_homepage') }}">
Home
</a>
<a class="hover:text-amber-400 pt-2" href="#">