From 2eaf2864fda8693485f3df5daa073f4cf7a110be Mon Sep 17 00:00:00 2001 From: rodolfo-ferreira Date: Fri, 10 May 2024 12:35:50 -0300 Subject: [PATCH] alt name props --- sections/Analytics/UrlCanonical.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sections/Analytics/UrlCanonical.tsx b/sections/Analytics/UrlCanonical.tsx index 3b7edef..6a72168 100644 --- a/sections/Analytics/UrlCanonical.tsx +++ b/sections/Analytics/UrlCanonical.tsx @@ -3,7 +3,7 @@ import { Head } from "$fresh/runtime.ts"; interface Props { /** * @title URL - * @description (caso seja home, coloca a URL completa ex: https://www.n1.ag/ ) + * @description (coloca a URL completa ex: https://www.n1.ag/ ) */ url?: string; }