bring back buzzwords ad, just without a border

This commit is contained in:
Chuck Dries 2022-10-16 21:04:31 -07:00
parent c0b8637aae
commit c022700793
No known key found for this signature in database
GPG Key ID: A00B7AEAE1DC5BE6
2 changed files with 5 additions and 5 deletions

View File

@ -16,7 +16,7 @@ interface NavProps {
const Nav = ({ isClient, internalLinks, className }: NavProps) => { const Nav = ({ isClient, internalLinks, className }: NavProps) => {
const { observe, currentBreakpoint } = useDimensions({ const { observe, currentBreakpoint } = useDimensions({
breakpoints: { XS: 0, LG: 750 }, breakpoints: { XS: 0, LG: 690 },
updateOnBreakpointChange: true, updateOnBreakpointChange: true,
}); });
const [linksMenu, setLinksMenu] = useState(false); const [linksMenu, setLinksMenu] = useState(false);
@ -84,11 +84,11 @@ const Nav = ({ isClient, internalLinks, className }: NavProps) => {
: "bg-black border border-white") : "bg-black border border-white")
)} )}
> >
<li> {/* <li>
<a className={navClasses} href="https://buzzwords.gg"> <a className={navClasses} href="https://buzzwords.gg">
Buzzwords Buzzwords
</a> </a>
</li> </li> */}
<li> <li>
<a className={navClasses} href="https://twitter.com/chuckletmilk"> <a className={navClasses} href="https://twitter.com/chuckletmilk">
Twitter Twitter

View File

@ -24,7 +24,7 @@ const ActionButtons = ({
shuffleImage, shuffleImage,
}: ActionButtonsProps) => ( }: ActionButtonsProps) => (
<div className="flex flex-col mb-2"> <div className="flex flex-col mb-2">
{/* <div className="text-muted-light p-2 sm:p-4 m-1 sm:m-4 bg-muted-dark rounded-xl flex flex-col text-center z-10 cool-border-small-light"> <div className="text-muted-light p-3 pt-0 mt-0 m-1 bg-muted-dark rounded-xl flex flex-col text-center z-10">
<h3 className="sm:mb-2 drop-shadow">Try my word game!</h3> <h3 className="sm:mb-2 drop-shadow">Try my word game!</h3>
<a <a
className="rounded-full bg-muted-light hover:bg-vibrant text-muted-dark p-1 sm:p-2" className="rounded-full bg-muted-light hover:bg-vibrant text-muted-dark p-1 sm:p-2"
@ -32,7 +32,7 @@ const ActionButtons = ({
> >
Buzzwords Buzzwords
</a> </a>
</div> */} </div>
<div className="flex sm:mx-6 mb-2 sm:mb-6"> <div className="flex sm:mx-6 mb-2 sm:mb-6">
<Link <Link
className={getButtonClasses(isClient)} className={getButtonClasses(isClient)}