Skip to content

Commit

Permalink
Update Home.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
rocpoc committed Feb 11, 2025
1 parent 1f95f01 commit 380548a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/pages/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ const NewsItem: React.FC<{ href: string; children: React.ReactNode }> = ({

export const Home: React.FC = () => {
const newsItems = [
{
href: "https://youtu.be/KVwyvPVrV94?si=SLnL_Q97i333YN7-",
text: "Brick - Underground SF (YouTube)",
},
{
href: "https://perfectdark909.bandcamp.com/album/isolation-seeker",
text: "Provider - Isolation Seeker (Preorder)",
Expand Down

0 comments on commit 380548a

Please sign in to comment.