remove "built with goilerplate badge"

This commit is contained in:
juancwu 2026-01-14 01:20:04 +00:00
commit e6f4621767

View file

@ -58,16 +58,6 @@ templ Base(props ...SEOProps) {
{ children... } { children... }
// Global Toast Container // Global Toast Container
<div id="toast-container"></div> <div id="toast-container"></div>
// Built with goilerplate Badge
<a
href="https://goilerplate.com"
target="_blank"
rel="noopener"
class="fixed bottom-4 right-4 z-40 px-3 py-1.5 text-xs font-medium text-muted-foreground hover:text-foreground border border-border rounded-full bg-background/80 backdrop-blur-sm transition-all hover:scale-105 hover:shadow-md flex items-center gap-2"
>
<span class="w-2 h-2 rounded-full bg-foreground animate-pulse"></span>
Built with goilerplate
</a>
</body> </body>
</html> </html>
} }