We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d6b39a commit 71fd1b7Copy full SHA for 71fd1b7
src/deploy.html
@@ -19,7 +19,7 @@
19
<div class="logo text-xl font-bold ml-4">Deploy | Coding Hut</div>
20
<nav class="mr-4">
21
<ul class="flex space-x-4">
22
- <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>
23
<li><a href="deploy.html" class="hover:text-blue-300 no-underline">Deploy Home</a></li>
24
<li><a href="services.html" class="hover:text-blue-300 no-underline">About Deploy</a></li>
25
<li><a href="contact.html" class="hover:text-blue-300 no-underline">Download Deploy</a></li>
0 commit comments