Changed design for coaster and costers view with some placeholders
This commit is contained in:
@@ -171,14 +171,14 @@ export default {
|
||||
<ul id="dropdown-pages" class="hidden py-2 space-y-2">
|
||||
<li>
|
||||
<a
|
||||
href="#"
|
||||
href="/app/parks"
|
||||
class="flex items-center p-2 pl-11 w-full text-base font-medium text-gray-900 rounded-lg transition duration-75 group hover:bg-gray-100 dark:text-white dark:hover:bg-gray-700"
|
||||
>Parks</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a
|
||||
href="#"
|
||||
href="/app/coasters"
|
||||
class="flex items-center p-2 pl-11 w-full text-base font-medium text-gray-900 rounded-lg transition duration-75 group hover:bg-gray-100 dark:text-white dark:hover:bg-gray-700"
|
||||
>Attraktionen</a
|
||||
>
|
||||
@@ -226,14 +226,14 @@ export default {
|
||||
<ul id="dropdown-sales" class="hidden py-2 space-y-2">
|
||||
<li>
|
||||
<a
|
||||
href="#"
|
||||
href="/stats"
|
||||
class="flex items-center p-2 pl-11 w-full text-base font-medium text-gray-900 rounded-lg transition duration-75 group hover:bg-gray-100 dark:text-white dark:hover:bg-gray-700"
|
||||
>Statistiken</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a
|
||||
href="#"
|
||||
href="/technical-information"
|
||||
class="flex items-center p-2 pl-11 w-full text-base font-medium text-gray-900 rounded-lg transition duration-75 group hover:bg-gray-100 dark:text-white dark:hover:bg-gray-700"
|
||||
>Technische Infos</a
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user