Skip to content

Commit 361d3e8

Browse files
committed
Fixed the landing page to display the bg color correctly.
1 parent 6769d20 commit 361d3e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/Pages/Landing/Index.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<meta property="og:url" content="https://learnwithventure.com">
1515
</Head>
1616

17-
<div class="relative">
17+
<div class="relative bg-neutral-700">
1818
<header class="sticky top-0 bg-primary-dark-gray z-20">
1919
<nav class="mx-auto flex max-w-7xl items-center justify-between p-6 lg:px-8" aria-label="Global">
2020
<div class="flex lg:flex-1">

0 commit comments

Comments
 (0)