File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change
1
+ <div class =" flex items-center justify-center bg-teal-500 p-2 text-center text-sm text-white" >
2
+ <a href =" https://github.com/orgs/NativePHP/discussions/278" onclick =" fathom.trackEvent('alert_click');" >
3
+ Windows support is here! 🔥 Read the full announcement &rightarrow ;
4
+ </a >
5
+ </div >
Original file line number Diff line number Diff line change 24
24
<!-- / Fathom -->
25
25
</head >
26
26
<body class =" min-h-screen font-sans antialiased bg-white dark:bg-gray-900 dark:text-white" >
27
+ <x-alert />
27
28
<x-banner />
28
29
{{ $slot } }
29
30
<script src =" https://cdn.jsdelivr.net/npm/@docsearch /js@3" ></script >
Original file line number Diff line number Diff line change 20
20
<!-- / Fathom -->
21
21
</head >
22
22
<body class =" w-full h-screen text-slate-900 bg-gray-50 dark:bg-gray-900 dark:text-white" >
23
+ <x-alert />
23
24
<main id =" app" class =" flex flex-col items-center justify-center min-h-screen" >
24
25
<header class =" flex flex-col items-center justify-center flex-1 gap-12 text-center md:py-12" >
25
26
<img src =" {{ asset (' logo.svg' ) } }" class =" px-12 lg:h-32 dark:hidden" >
You can’t perform that action at this time.
0 commit comments