mirror of
https://github.com/Paris-est-Ludique/intranet.git
synced 2025-06-08 08:34:20 +02:00
Hide work in progress from branches
This commit is contained in:
parent
52cd216b0f
commit
4b2a68174b
@ -51,7 +51,7 @@ const AnnouncementLink = ({ announcement }: Props): JSX.Element | null => {
|
||||
}[type]
|
||||
|
||||
const typeName = {
|
||||
gazette: "Gazzette - ",
|
||||
gazette: "Gazette - ",
|
||||
"compte rendu": "Compte rendu - ",
|
||||
}[type]
|
||||
|
||||
|
@ -11,11 +11,14 @@ const MainMenu: FC = (): JSX.Element | null => {
|
||||
return (
|
||||
<nav>
|
||||
<ul className={styles.mainMenu}>
|
||||
<li className={styles.mainMenuItem}>
|
||||
{/* <li className={styles.mainMenuItem}>
|
||||
<a href="/">Mon espace</a>
|
||||
</li>
|
||||
<li className={styles.mainMenuItem}>
|
||||
</li> */}
|
||||
{/* <li className={styles.mainMenuItem}>
|
||||
<a href="/teams">Equipes</a>
|
||||
</li> */}
|
||||
<li className={styles.mainMenuItem}>
|
||||
<a href="/annonces">Annonces</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
@ -56,7 +56,7 @@ const AnnouncementsPage: FC<Props> = (): JSX.Element => {
|
||||
</div>
|
||||
<div className={styles.announcement}>
|
||||
<div className={styles.navigationLink}>
|
||||
<Link to="/preRegister"> S'informer sur le bénévolat </Link>
|
||||
<Link to="/sinscrire"> S'informer sur le bénévolat </Link>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -41,7 +41,7 @@ const HomePage: FC<Props> = (): JSX.Element => {
|
||||
</div>
|
||||
<div className={styles.homePage}>
|
||||
<div className={styles.navigationLink}>
|
||||
<Link to="/preRegister"> S'informer sur le bénévolat </Link>
|
||||
<Link to="/sinscrire"> S'informer sur le bénévolat </Link>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -28,6 +28,11 @@ export default [
|
||||
component: AsyncPreRegisterPage,
|
||||
loadData: loadPreRegisterPage,
|
||||
},
|
||||
{
|
||||
path: "/sinscrire",
|
||||
component: AsyncPreRegisterPage,
|
||||
loadData: loadPreRegisterPage,
|
||||
},
|
||||
{
|
||||
path: "/VolunteerPage/:id",
|
||||
component: AsyncVolunteerPage,
|
||||
|
@ -16,7 +16,7 @@
|
||||
@include flex-center;
|
||||
}
|
||||
|
||||
@mixin page-content-wrapper($desktopWidth: 400px) {
|
||||
@mixin page-content-wrapper($desktopWidth: 520px) {
|
||||
margin: 10px;
|
||||
padding: 10px;
|
||||
background-color: $color-white;
|
||||
|
Loading…
x
Reference in New Issue
Block a user