Skip to content

Commit

Permalink
Remove monarch app link
Browse files Browse the repository at this point in the history
  • Loading branch information
andyksaw committed Jan 15, 2025
1 parent 143fd63 commit 90f3d03
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
6 changes: 0 additions & 6 deletions resources/views/front/components/navbar.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -187,12 +187,6 @@ class="
<span class="text-sm text-gray-500">List of players banned from our services</span>
</a>
</li>
<li>
<a href="{{ route('monarch.apply') }}" class="block p-3 rounded-lg hover:bg-gray-100">
<div class="font-semibold">Build in Monarch</div>
<span class="text-sm text-gray-500">Apply to build in our premier city project</span>
</a>
</li>
</ul>
<ul>
<li>
Expand Down
3 changes: 0 additions & 3 deletions routes/web_redirects.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@
Route::permanentRedirect('map-archive', 'https://portal.projectcitybuild.com/books/map-archive/page/map-archive')
->name('map-archive');

Route::permanentRedirect('monarch/apply', 'https://docs.google.com/forms/d/e/1FAIpQLSdm11-3-V8XgkGLAvXmacGgltc8C3VtQXIKHmHE2ZH5o9Ypmw/viewform?pli=1')
->name('monarch.apply');

Route::permanentRedirect('login', 'https://projectcitybuild.com/auth/login');

Route::permanentRedirect('register', 'https://projectcitybuild.com/auth/register');

0 comments on commit 90f3d03

Please sign in to comment.