feat(slug): drop Voltar ao início link
Some checks failed
Build and Push Docker Image / build-and-push (push) Has been cancelled
Some checks failed
Build and Push Docker Image / build-and-push (push) Has been cancelled
This commit is contained in:
@@ -164,26 +164,6 @@ function PublicWishlistContent() {
|
|||||||
{/* Main Content */}
|
{/* Main Content */}
|
||||||
<div className="max-w-5xl mx-auto py-12 sm:px-6 lg:px-8">
|
<div className="max-w-5xl mx-auto py-12 sm:px-6 lg:px-8">
|
||||||
<div className="px-4 sm:px-0">
|
<div className="px-4 sm:px-0">
|
||||||
<a
|
|
||||||
href="/"
|
|
||||||
className="inline-flex items-center text-indigo-600 dark:text-indigo-400 hover:text-indigo-800 dark:hover:text-indigo-300 mb-6 transition-colors cursor-pointer"
|
|
||||||
>
|
|
||||||
<svg
|
|
||||||
className="w-5 h-5 mr-2"
|
|
||||||
fill="none"
|
|
||||||
stroke="currentColor"
|
|
||||||
viewBox="0 0 24 24"
|
|
||||||
>
|
|
||||||
<path
|
|
||||||
strokeLinecap="round"
|
|
||||||
strokeLinejoin="round"
|
|
||||||
strokeWidth={2}
|
|
||||||
d="M10 19l-7-7m0 0l7-7m-7 7h18"
|
|
||||||
/>
|
|
||||||
</svg>
|
|
||||||
Voltar ao início
|
|
||||||
</a>
|
|
||||||
|
|
||||||
{/* Preferences Section */}
|
{/* Preferences Section */}
|
||||||
{wishlist.preferences && (
|
{wishlist.preferences && (
|
||||||
<div className="mb-8 bg-white dark:bg-gray-800 rounded-lg shadow p-6">
|
<div className="mb-8 bg-white dark:bg-gray-800 rounded-lg shadow p-6">
|
||||||
|
|||||||
Reference in New Issue
Block a user