Compare commits
No commits in common. "84e6aa0fb83a2435e04055bb64889a9ed8fde782" and "874da6bf16229b34d52da7b698d992e6ddb921ac" have entirely different histories.
84e6aa0fb8
...
874da6bf16
@ -106,8 +106,8 @@ const config = {
|
||||
title: 'Community',
|
||||
items: [
|
||||
{
|
||||
label: 'Bluesky',
|
||||
href: 'https://bsky.app/profile/jeddunk.xyz',
|
||||
label: 'Twitter',
|
||||
href: 'https://twitter.com/jeddunk',
|
||||
},
|
||||
{
|
||||
label: 'YouTube',
|
||||
@ -117,10 +117,6 @@ const config = {
|
||||
label: 'Twitch',
|
||||
href: 'https://twitch.tv/jeddunk',
|
||||
},
|
||||
{
|
||||
label: 'Twitter',
|
||||
href: 'https://twitter.com/jeddunk',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
@ -1,41 +1,8 @@
|
||||
//Uncomment the following when needed
|
||||
//import clsx from 'clsx';
|
||||
//import styles from './styles.module.scss';
|
||||
|
||||
export const elements = [
|
||||
{
|
||||
id: 'dev',
|
||||
title: 'Dev Stuff',
|
||||
description: 'Development stuff',
|
||||
},
|
||||
{
|
||||
id: 'gam',
|
||||
title: 'Gaming Stuff',
|
||||
description: 'Gaming content stuff',
|
||||
},
|
||||
{
|
||||
id: 'mus',
|
||||
title: 'Music Stuff',
|
||||
description: 'Music production stuff',
|
||||
},
|
||||
];
|
||||
import clsx from 'clsx';
|
||||
import styles from './styles.module.scss';
|
||||
|
||||
export default function HomepageContent() {
|
||||
const elementList = elements.map(elem =>
|
||||
<li key={elem.id}>
|
||||
<p>
|
||||
<b>{elem.title}</b>
|
||||
<br/>
|
||||
{elem.description}
|
||||
</p>
|
||||
</li>
|
||||
)
|
||||
return (
|
||||
<div>
|
||||
<div>WORK IN PROGRESS</div>
|
||||
<ul>
|
||||
{elementList}
|
||||
</ul>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user