Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/(pages)/(hackers)/(hub)/schedule/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import {
TooltipProvider,
TooltipTrigger,
} from '@globals/components/ui/tooltip';
import TooltipCow from '@public/index/schedule/vocal_angel_cow.svg';
import TooltipCow from '@public/hackers/schedule/vocal_angel_cow.svg';
import useActiveUser from '@pages/_hooks/useActiveUser';
import { usePersonalEvents } from '@hooks/usePersonalEvents';
import { useEvents } from '@hooks/useEvents';
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import Announcements from '../../2025IndexHero/Announcements';
import NextSchedule from '../../2025IndexHero/NextSchedule';
import Countdown from '../../2025IndexHero/Countdown';

import star from 'public/index/hero/star.svg';
import star from 'public/hackers/index-hero/star.svg';

export default function IndexHeroContentHacking() {
const { loading, rolloutRes, fetchRollout } = useRollout('hacking-starts');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import MusicPlayer from '../../2025IndexHero/MusicPlayer';
import star_icon from '@public/hackers/hero/star.svg';
import judge_bunny_and_ducky from '@public/hackers/hero/judge_bunny_and_ducky.svg';
import { LuArrowUpRight } from 'react-icons/lu';
import star from 'public/index/hero/star.svg';
import star from 'public/hackers/index-hero/star.svg';
import Link from 'next/link';
import JudgeBanners from '../../2025IndexHero/JudgeBanners';
import styles from './IndexHeroContentJudging.module.scss';
Expand Down
12 changes: 5 additions & 7 deletions app/(pages)/(hackers)/_components/2025IndexHero/IndexHero.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
import styles from './IndexHero.module.scss';
import Image from 'next/image';
import baseGrass from 'public/hackers/hero/GrassDivider.svg';
// import baseGrass from 'public/index/hero/grass.svg';
// import needHelpBunny from 'public/index/hero/need-help-bunny.svg';
import bigLeftCloud from 'public/index/hero/big-left-cloud.svg';
import smallLeftCloud from 'public/index/hero/small-left-cloud.svg';
import bigRightCloud from 'public/index/hero/big-right-cloud.svg';
import smallRightCloud from 'public/index/hero/small-right-cloud.svg';
import baseGrass from '@public/hackers/hero/GrassDivider.svg';
import bigLeftCloud from '@public/hackers/index-hero/big-left-cloud.svg';
import smallLeftCloud from '@public/hackers/index-hero/small-left-cloud.svg';
import bigRightCloud from '@public/hackers/index-hero/big-right-cloud.svg';
import smallRightCloud from '@public/hackers/index-hero/small-right-cloud.svg';

export default function IndexHero({ children }: { children: React.ReactNode }) {
return (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import judge_bunny_and_ducky from '@public/hackers/hero/judge_bunny_and_ducky.sv
import Scroll from './Scroll';
import { LuArrowUpRight } from 'react-icons/lu';
// import Map from '@pages/judges/(app)/map/_components/Map/Map';
import star from 'public/index/hero/star.svg';
import star from 'public/hackers/index-hero/star.svg';
import Link from 'next/link';
// import TimeTracker from './TimeTracker';
import Notifications from './Notifications';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import { useState, useRef, useEffect } from 'react';
import Image from 'next/image';
import styles from './MusicPlayer.module.scss';
import vinyl from 'public/judges/hub/vinyl.svg';
import pauseIcon from 'public/index/hero/pause-icon.svg';
import playIcon from 'public/index/hero/play-icon.svg';
import pauseIcon from 'public/hackers/pause-icon.svg';
import playIcon from 'public/hackers/play-icon.svg';

export default function MusicPlayer() {
const [isPlaying, setIsPlaying] = useState(false);
Expand Down

This file was deleted.

This file was deleted.

Loading
Loading