Feature Request: meta tags for share link in social networks #15

This commit is contained in:
Kentai Radiquum 2025-08-22 04:35:06 +05:00
parent f2f628add0
commit 6e38565439
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
13 changed files with 33 additions and 99 deletions

View file

@ -314,7 +314,7 @@ export function SearchPage() {
size="xl"
label={`Искать в: ${whereMapping.find((item) => item.id == params.where).label}`}
color="light"
className="w-full"
className="w-full lg:w-fit"
>
{whereMapping.map((item) => {
return item.auth && !userStore.isAuth ?
@ -347,7 +347,7 @@ export function SearchPage() {
).label
}`}
color="light"
className="w-full"
className="w-full lg:w-fit"
>
{searchByMapping[params.where].map((item) => {
return (