Skip to content

Commit fee116e

Browse files
authored
Add trailing slash for consistency with other links
1 parent d6ef6e5 commit fee116e

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
@@ -388,7 +388,7 @@ var logos = [
388388
{
389389
name: 'DueDil',
390390
img: 'duedil.png',
391-
link: 'https://www.duedil.com/'
391+
link: 'https://www.duedil.com/'
392392
},
393393
// Adding your logo?
394394
// Add it to the /users/logos/ directory and then append an entry above this comment.

0 commit comments

Comments
 (0)