mirror of
https://github.com/Radiquum/AniX.git
synced 2025-09-05 22:15:36 +05:00
Feature Request: meta tags for share link in social networks #15
This commit is contained in:
parent
f2f628add0
commit
6e38565439
13 changed files with 33 additions and 99 deletions
|
@ -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 (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue