diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-03-30 15:42:56 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-03-30 15:42:56 +0200 |
| commit | a8c7d4eb437eb3e8b284b5e76ca74e8e6e6bdb16 (patch) | |
| tree | e4fef333e2ab983d6ea37e4cc6cd6b5eabf607ec | |
| parent | 5f02530a285675678f58433652d22b762025aa95 (diff) | |
Fixed mymun links to link to the actual conference listing on mymun
| -rw-r--r-- | src/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/index.html b/src/index.html index 1802a4a..ea67750 100644 --- a/src/index.html +++ b/src/index.html @@ -25,7 +25,7 @@ <li><a href="#members">Secretariat</a></li> <li><a href="#instagram">Instagram</a></li> <li><a href="#sponsors">Sponsors</a></li> - <li><a href="https://mymun.com" target="_blank" class="nav-cta">Apply via MyMUN</a></li> + <li><a href="https://mymun.com/conferences/dumun-2027" target="_blank" class="nav-cta">Apply via MyMUN</a></li> </ul> </nav> @@ -44,7 +44,7 @@ <p class="hero-date">April 4–6, 2027 · Prague</p> <div class="hero-actions"> - <a href="https://mymun.com" target="_blank" class="btn-primary"> + <a href="https://mymun.com/conferences/dumun-2027" target="_blank" class="btn-primary"> Apply via MyMUN </a> <a href="#committees" class="btn-outline"> |
