Skip to content
This repository was archived by the owner on Jan 24, 2022. It is now read-only.

Commit 0d9eb9a

Browse files
committed
Components page
1 parent 1150154 commit 0d9eb9a

File tree

3 files changed

+373
-2
lines changed

3 files changed

+373
-2
lines changed

source/_layouts/footer.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="bg-gray-100">
22
<div class="container flex flex-col items-center px-4 py-5 mx-auto space-y-6 lg:space-y-0 lg:flex-row lg:justify-between">
3-
<img class="w-48" src="./assets/logo.svg" alt="Tailwindcomponents logo">
3+
<img class="w-48" src="/assets/logo.svg" alt="Tailwindcomponents logo">
44

55
<p class="text-sm text-center text-gray-500">© 2021 Highscore Studio. Component copyrights belongs to their authors.</p>
66

source/_layouts/master.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<header class="border-b" x-data="{ isOpen: false }">
2222
<div class="container px-4 py-5 mx-auto space-y-4 lg:space-y-0 lg:flex lg:items-center lg:justify-between lg:space-x-10">
2323
<div class="flex justify-between">
24-
<img class="w-48 lg:-mt-1 sm:w-60" src="./assets/logo.svg" alt="Tailwindcomponents logo">
24+
<img class="w-48 lg:-mt-1 sm:w-60" src="/assets/logo.svg" alt="Tailwindcomponents logo">
2525

2626
<div class="flex items-center space-x-2 lg:hidden">
2727
<button @click="isOpen = !isOpen" class="p-1 rounded-md hover:bg-gray-100 focus:bg-gray-100 focus:outline-none">

0 commit comments

Comments
 (0)