Skip to content

Commit

Permalink
chore: remove sale banner
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Jan 6, 2025
1 parent fa75dae commit 715b5b2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ import Link from 'next/link';
import { useRef, useState, useEffect } from 'react';
import GithubStats from './GithubStats';
import { useIsomorphicLayoutEffect } from '@/hooks/useIsomorphicLayoutEffect';
import NewYearRibbon from './NewYearRibbon';
// import TogglesRibbon from './TogglesRibbon';
import TogglesRibbon from './TogglesRibbon';

function updateColorTheme() {
if (
Expand Down Expand Up @@ -75,7 +74,7 @@ export default function Header() {

return (
<>
<NewYearRibbon />
<TogglesRibbon />
<header className="sticky top-0 z-50 h-16 bg-surface-2 py-6">
<div className="mx-auto flex h-full items-center justify-between px-4 sm:px-6">
{/* Left */}
Expand Down

0 comments on commit 715b5b2

Please sign in to comment.