-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Alais29/sanity footer #46
Conversation
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/[email protected] |
Deploying 2024 with
|
Latest commit: |
ce18a59
|
Status: | ✅ Deploy successful! |
Preview URL: | https://0f6c71c0.2024-9yz.pages.dev |
Branch Preview URL: | https://alais29-sanity-footer.2024-9yz.pages.dev |
Replaced Header code for the one merged in #47 |
…inks props don't exist
@@ -1,35 +1,50 @@ | |||
import { defineField, defineType } from 'sanity' | |||
import { defineField, defineType } from "sanity"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Me gusto esto! Muchas gracias 👍
@@ -14,7 +14,8 @@ | |||
"lint:fix": "eslint ./src --cache --fix", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Creo que este tipo de cambios es mejor discutirlos antes. Para hacer sync :)
href={link.url ?? ""} | ||
target={link.target ?? ""} | ||
className={cn( | ||
"flex font-barlow justify-center gap-2 p-4 py-2", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Muchos espacios en blanco innecesarios. Quizás deberíamos tener algo para esto automatizado 🤔 (noté que la versión anterior también tiene.
@@ -14,6 +14,8 @@ const linkVariants = cva( | |||
default: "bg-jsconf-yellow text-black hover:bg-[#C8BC4F]", | |||
outline: | |||
"border border-jsconf-yellow bg-stone-950 text-white hover:bg-stone-900", | |||
link: "mb-0 w-auto p-0 text-base font-normal hover:text-jsconf-yellow", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Me gustó esto
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Summary
UI
Before:
After: