Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhemphill committed Feb 9, 2024
1 parent 6d60627 commit 9d697e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/components/header.blade.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- Header -->
<div class="bg-gray-50 dark:bg-gray-900 print:hidden py-4">
<div class="max-w-[8.5in] mx-auto px-2">
<div class="flex flex-col md:justify-between md:flex-row gap-4 screen:md:px-10">
<div class="flex flex-col items-baseline md:justify-between md:flex-row gap-4 screen:md:px-10">
<div class="flex flex-col md:flex-row md:gap-4 items-baseline justify-between">
<h1 class="flex flex-col md:flex-row items-baseline gap-1 md:gap-4 text-xl font-bold">
<a href="{{ route('home') }}"
Expand All @@ -12,7 +12,7 @@ class="flex items-center gap-3 hover:text-purple-600 active:text-purple-600">
<span class="text-xs text-gray-500">free online invoice PDF generator</span>
</div>

<p>Want more? Try <a href="https://pushsilver.com">Pushsilver</a></p>
<p class="text-sm text-right text-gray-600 dark:text-white">Want more? Try <a class="text-purple-500 hover:underline" href="https://pushsilver.com">Pushsilver</a></p>
</div>
</div>
</div>

0 comments on commit 9d697e1

Please sign in to comment.