Skip to content

Commit f60f98a

Browse files
authored
Add trailing slash
For consistency with other sites in the users list.
1 parent 73d4cec commit f60f98a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/users/index.html.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ var logos = [
393393
{
394394
name: 'Zzish',
395395
img: 'zzish.png',
396-
link: 'https://www.zzish.com/'
396+
link: 'https://www.zzish.com/'
397397
},
398398
// Adding your logo?
399399
// Add it to the /users/logos/ directory and then append an entry above this comment.

0 commit comments

Comments
 (0)