Skip to content

Commit 1afa509

Browse files
committed
normal.layout: Prefix version with "v".
1 parent 6993aed commit 1afa509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

normal/layout.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ fn Footer() -> Element {
102102
}
103103
}
104104
p { class: "absolute text-xs bottom-1 sm:bottom-2 right-1",
105-
{VERSION}
105+
"v{VERSION}"
106106
}
107107
}
108108
}

0 commit comments

Comments
 (0)