Skip to content

Commit cc8c1cf

Browse files
author
Ajit Kumar
committed
fix(faq page)
1 parent 35a9cdc commit cc8c1cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/lib/helpers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export function hashString(str) {
9696
hash = str.charCodeAt(i) + ((hash << 5) - hash);
9797
}
9898

99-
return hash;
99+
return Math.abs(hash).toString(36);
100100
}
101101

102102
export function gravatar(github) {

0 commit comments

Comments
 (0)