Skip to content

Commit

Permalink
Merge pull request #89 from Soumava-221B/WEB-41
Browse files Browse the repository at this point in the history
chore: create a new page directory for speakers (WEB-41) #87
  • Loading branch information
GetBlackBoxSolutions authored May 7, 2024
2 parents 8bbbde9 + a7c7d1d commit fdc3b51
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/pages/speakers/index.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import React from 'react';
import styles from './pastSpeakers.module.css';

export default function Speakers() {
return (
<div>
<h1 className={styles.h1}>Past Speakers</h1>
</div>
);
}
3 changes: 3 additions & 0 deletions src/pages/speakers/pastSpeakers.module.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
h1 {
color: #3c3db9;
}

0 comments on commit fdc3b51

Please sign in to comment.