diff --git a/assets/img/alpinejs-mark.svg b/assets/img/alpinejs-mark.svg new file mode 100644 index 0000000..fe8a206 --- /dev/null +++ b/assets/img/alpinejs-mark.svg @@ -0,0 +1,11 @@ + + + Custom Preset 4 Copy 5 + + + + + + + + \ No newline at end of file diff --git a/assets/img/tailwindcss-mark.svg b/assets/img/tailwindcss-mark.svg new file mode 100644 index 0000000..6a9ab49 --- /dev/null +++ b/assets/img/tailwindcss-mark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/internal/ui/modules/sidebar_right.templ b/internal/ui/modules/sidebar_right.templ index d4222af..7c58f0c 100644 --- a/internal/ui/modules/sidebar_right.templ +++ b/internal/ui/modules/sidebar_right.templ @@ -10,12 +10,12 @@ type SidebarRightLItem struct { var SidebarRightLinks = []SidebarRightLItem{ { - ImageSrc: "https://templ.guide/img/logo.svg", + ImageSrc: "/assets/img/templ-mark.svg", Url: "https://templ.guide", Text: "Elevate your Go projects with type-safe, efficient HTML templating.", }, { - ImageSrc: "https://alpinejs.dev/alpine_long.svg", + ImageSrc: "/assets/img/alpinejs-mark.svg", Url: "https://alpinejs.dev", Text: "Simplify your JavaScript with a lightweight, powerful framework.", }, @@ -58,3 +58,4 @@ templ SidebarRight() { } +