@@ -22,7 +22,7 @@ export function DocsLayout({ children, className }: DocsLayoutProps) {
2222 < span className = "block text-xl sm:text-2xl md:text-4xl font-bold" > LuckyUI</ span >
2323 </ Link >
2424 </ div >
25- < div className = "flex items-center gap-3 " >
25+ < div className = "flex items-center gap-2 " >
2626 < Link
2727 href = "https://github.com/Waveful/lucky-ui"
2828 target = "_blank"
@@ -54,7 +54,7 @@ export function DocsLayout({ children, className }: DocsLayoutProps) {
5454 </ Link >
5555 < Link
5656 href = "https://waveful.com/download"
57- className = "inline-flex items-center rounded-md bg-black text-white px-3 py-1.5 text-sm dark:bg-white dark:text-black"
57+ className = "hidden md: inline-flex items-center rounded-md bg-black text-white px-3 py-1.5 text-sm dark:bg-white dark:text-black"
5858 >
5959 Join Waveful
6060 </ Link >
@@ -131,9 +131,50 @@ export function DocsLayout({ children, className }: DocsLayoutProps) {
131131 </ div >
132132 </ div >
133133 < footer className = "border-t border-gray-200" >
134- < div className = "mx-auto w-full max-w-7xl px-4 py-6 text-sm text-center" >
135- < div className = "font-medium" > LuckyUI</ div >
136- < div className = "text-gray-600 dark:text-gray-300" > made with love by < Link target = '_blank' href = "https://waveful.com" > Waveful</ Link > </ div >
134+ < div className = "mx-auto w-full max-w-7xl px-4 py-6 text-sm" >
135+ < div className = "flex flex-col sm:flex-row items-center justify-between gap-4" >
136+ < div className = "text-center sm:text-left" >
137+ < div className = "font-medium" > LuckyUI</ div >
138+ < div className = "text-gray-600 dark:text-gray-300" > made with ❤️ by < Link target = '_blank' href = "https://waveful.com" > Waveful</ Link > </ div >
139+ </ div >
140+ < div className = "flex items-center gap-3" >
141+ < Link
142+ href = "https://github.com/Waveful/lucky-ui"
143+ target = "_blank"
144+ rel = "noopener noreferrer"
145+ className = "inline-flex items-center gap-2 rounded-md px-3 py-1.5 text-sm text-gray-700 hover:bg-gray-50 dark:border-gray-700 dark:text-gray-200 dark:hover:bg-gray-800"
146+ aria-label = "Star LuckyUI on GitHub"
147+ title = "Star LuckyUI on GitHub"
148+ >
149+ < Image
150+ src = "https://img.shields.io/github/stars/Waveful/lucky-ui?style=social"
151+ alt = "GitHub Repo stars"
152+ width = { 120 }
153+ height = { 24 }
154+ className = "h-6 w-auto"
155+ />
156+ </ Link >
157+ < Link
158+ href = "https://reddit.com/r/LuckyUI"
159+ target = "_blank"
160+ rel = "noopener noreferrer"
161+ className = "inline-flex items-center gap-2 rounded-md px-3 py-1.5 text-sm text-gray-700 hover:bg-gray-50 dark:border-gray-700 dark:text-gray-200 dark:hover:bg-gray-800"
162+ aria-label = "Join LuckyUI Reddit Community"
163+ title = "Join LuckyUI Reddit Community"
164+ >
165+ < svg className = "h-4 w-4" fill = "currentColor" viewBox = "0 0 24 24" >
166+ < path d = "M12 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0zm5.01 4.744c.688 0 1.25.561 1.25 1.249a1.25 1.25 0 0 1-2.498.056l-2.597-.547-.8 3.747c1.824.07 3.48.632 4.674 1.488.308-.309.73-.491 1.207-.491.968 0 1.754.786 1.754 1.754 0 .716-.435 1.333-1.01 1.614a3.111 3.111 0 0 1 .042.52c0 2.694-3.13 4.87-7.004 4.87-3.874 0-7.004-2.176-7.004-4.87 0-.183.015-.366.043-.534A1.748 1.748 0 0 1 4.028 12c0-.968.786-1.754 1.754-1.754.463 0 .898.196 1.207.49 1.207-.883 2.878-1.43 4.744-1.487l.885-4.182a.342.342 0 0 1 .14-.197.35.35 0 0 1 .238-.042l2.906.617a1.214 1.214 0 0 1 1.108-.701zM9.25 12C8.561 12 8 12.562 8 13.25c0 .687.561 1.248 1.25 1.248.687 0 1.248-.561 1.248-1.249 0-.688-.561-1.249-1.249-1.249zm5.5 0c-.687 0-1.248.561-1.248 1.25 0 .687.561 1.248 1.249 1.248.688 0 1.249-.561 1.249-1.249 0-.687-.562-1.249-1.25-1.249zm-5.466 3.99a.327.327 0 0 0-.231.094.33.33 0 0 0 0 .463c.842.842 2.484.913 2.961.913.477 0 2.105-.056 2.961-.913a.361.361 0 0 0 .029-.463.33.33 0 0 0-.464 0c-.547.533-1.684.73-2.512.73-.828 0-1.979-.196-2.512-.73a.326.326 0 0 0-.234-.095z" />
167+ </ svg >
168+ r/LuckyUI
169+ </ Link >
170+ < Link
171+ href = "https://waveful.com/download"
172+ className = "inline-flex items-center rounded-md bg-black text-white px-3 py-1.5 text-sm dark:bg-white dark:text-black"
173+ >
174+ Join Waveful
175+ </ Link >
176+ </ div >
177+ </ div >
137178 </ div >
138179 </ footer >
139180 </ div >
0 commit comments