Mistype (ForkOff -> ForkOf)

This commit is contained in:
Midou36O
2023-03-07 18:20:54 +01:00
parent 889c8c399d
commit 813ebcb1bd
+1 -1
View File
@@ -77,7 +77,7 @@
<h3 class=""><a href="/{{.Name}}">{{.Name}}</a></h3>
{{if .ForkOf}}
<p class="mainReposTextDim">
Forked from: <a href="/{{.ForkOff}}">{{.ForkOf}}</a>
Forked from: <a href="/{{.ForkOf}}">{{.ForkOf}}</a>
</p>
{{else}} {{end}} {{if .Desc}}
<p class="">{{.Desc}}</p>