Skip to content

Commit a351077

Browse files
authored
[Docs Site] Add copyright icon to footer (#23692)
1 parent eea889f commit a351077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/overrides/Footer.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ if (
117117
<ul
118118
class="text-cl1-gray-4! dark:text-cl1-gray-7! flex list-inside flex-wrap items-center justify-center gap-3 gap-y-4 pl-0 text-xs"
119119
>
120-
<li class="list-none">2025 Cloudflare, Inc.</li>
120+
<li class="list-none">© 2025 Cloudflare, Inc.</li>
121121
{
122122
links.map(([text, href]) => (
123123
<li>

0 commit comments

Comments
 (0)