aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedram Ashofteh Ardakani <pedramardakani@pm.me>2020-05-05 12:15:55 +0430
committerPedram Ashofteh Ardakani <pedramardakani@pm.me>2020-05-05 12:15:55 +0430
commit0a069a94621f68a2d936f9c5be11f77d5d851531 (patch)
treee80503c412af76e3b8568e3749fa2804ebd3fa16
parent6bd4ffef6c2f6abe29b3bc44e90f2e2a633297f7 (diff)
Replace `Git Repository` nav button with `Git`
To prevent unwanted word wrapping. Plus, less is more.
-rw-r--r--about.html2
-rwxr-xr-xindex.html2
-rw-r--r--tutorial.html2
3 files changed, 3 insertions, 3 deletions
diff --git a/about.html b/about.html
index 9d0509e..70170ec 100644
--- a/about.html
+++ b/about.html
@@ -55,7 +55,7 @@
<div id="hamitems" class="button">
<a href="index.html">Home</a>
<a href="about.html">About</a>
- <a href="http://git.maneage.org/project.git/">&#10515; Git Repository</a>
+ <a href="http://git.maneage.org/project.git/">&#10515; Git</a>
<a href="tutorial.html">Tutorial</a>
</div>
</nav>
diff --git a/index.html b/index.html
index 63cd7a9..66dbef7 100755
--- a/index.html
+++ b/index.html
@@ -55,7 +55,7 @@
<div id="hamitems" class="button">
<a href="index.html">Home</a>
<a href="about.html">About</a>
- <a href="http://git.maneage.org/project.git/">&#10515; Git Repository</a>
+ <a href="http://git.maneage.org/project.git/">&#10515; Git</a>
<a href="tutorial.html">Tutorial</a>
</div>
</nav>
diff --git a/tutorial.html b/tutorial.html
index 9239a63..8c7d455 100644
--- a/tutorial.html
+++ b/tutorial.html
@@ -55,7 +55,7 @@
<div id="hamitems" class="button">
<a href="index.html">Home</a>
<a href="about.html">About</a>
- <a href="http://git.maneage.org/project.git/">&#10515; Git Repository</a>
+ <a href="http://git.maneage.org/project.git/">&#10515; Git</a>
<a href="tutorial.html">Tutorial</a>
</div>
</nav>