1
0
Fork 0
mirror of https://github.com/archtechx/laravel-tips.git synced 2025-12-12 13:24:03 +00:00

add x clock and black color brown-900

This commit is contained in:
Abrar Ahmad 2021-11-10 16:00:57 +05:00
parent 217c0b1e22
commit 94a97338ee
2 changed files with 7 additions and 3 deletions

View file

@ -12,17 +12,17 @@
</svg> </svg>
</span> </span>
<p class="ml-3 font-medium truncate"> <p class="ml-3 font-medium truncate">
<span class="md:hidden"> <span class="md:hidden text-brown-900">
We're writing a book, you can get it <span class="font-bold underline">for free</span> here. We're writing a book, you can get it <span class="font-bold underline">for free</span> here.
</span> </span>
<span class="hidden md:inline"> <span class="hidden md:inline text-brown-900">
We're writing a book! Join the <span class="font-bold underline">early access</span> to get it for free. We're writing a book! Join the <span class="font-bold underline">early access</span> to get it for free.
</span> </span>
</p> </p>
</div> </div>
<div class="order-3 mt-2 flex-shrink-0 w-full sm:order-2 sm:mt-0 sm:w-auto"> <div class="order-3 mt-2 flex-shrink-0 w-full sm:order-2 sm:mt-0 sm:w-auto">
<a href="https://airtable.com/shr7ymH15hGamMlcY" class="w-full inline-flex space-x-2 justify-center py-2 px-4 rounded-md shadow-sm bg-white text-sm font-medium hover:bg-gray-50"> <a href="https://airtable.com/shr7ymH15hGamMlcY" class="w-full inline-flex space-x-2 justify-center py-2 px-4 rounded-md shadow-sm bg-white text-sm font-medium hover:bg-gray-50">
<span class="font-medium "> <span class="font-medium text-brown-900">
Join the waiting list Join the waiting list
</span> </span>
</a> </a>

View file

@ -47,6 +47,10 @@ $title = $title
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<meta name="theme-color" content="#fa7c4c"> <meta name="theme-color" content="#fa7c4c">
<style>
[x-cloak] { display: none !important; }
</style>
</head> </head>
<body class="flex flex-col min-h-screen font-sans antialiased text-gray-800"> <body class="flex flex-col min-h-screen font-sans antialiased text-gray-800">