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:
@@ -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="#">
|
||||
|
||||
Reference in New Issue
Block a user