Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/deploy.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<div class="logo text-xl font-bold ml-4">Deploy | Coding Hut</div>
<nav class="mr-4">
<ul class="flex space-x-4">
<li><a href="index.html" class="hover:text-blue-300 no-underline">Back To Coding Hut</a></li>
<li><a href="index.html" class="hover:text-blue-300 no-underline">Back To Coding Hut Website</a></li>
<li><a href="deploy.html" class="hover:text-blue-300 no-underline">Deploy Home</a></li>
<li><a href="services.html" class="hover:text-blue-300 no-underline">About Deploy</a></li>
<li><a href="contact.html" class="hover:text-blue-300 no-underline">Download Deploy</a></li>
Expand Down