chore: cleanup
All checks were successful
Build and Push Frontend Image / build (push) Successful in 1m16s
All checks were successful
Build and Push Frontend Image / build (push) Successful in 1m16s
This commit is contained in:
@@ -50,7 +50,6 @@
|
||||
else params.delete("page");
|
||||
goto(`?${params.toString()}`);
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
<Meta title={$_("magazine.title")} description={$_("magazine.description")} />
|
||||
|
||||
@@ -43,7 +43,6 @@
|
||||
else params.delete("page");
|
||||
goto(`?${params.toString()}`);
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
<Meta title={$_("models.title")} description={$_("models.description")} />
|
||||
|
||||
@@ -46,7 +46,6 @@
|
||||
else params.delete("page");
|
||||
goto(`?${params.toString()}`);
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
<Meta title={$_("videos.title")} description={$_("videos.description")} />
|
||||
|
||||
Reference in New Issue
Block a user