Skip to content

Commit 965f409

Browse files
committed
call sites without a sheep sheepless
1 parent 98e568c commit 965f409

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

all/sheep/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ <h1>little sheep hall of fame</h1>
158158

159159
const label = document.createElementNS(SVG_NS, 'text')
160160
label.textContent = `${
161-
sheep ? `sheep${sheep === 1 ? '' : sheep}.js` : 'No watermark'
161+
sheep ? `sheep${sheep === 1 ? '' : sheep}.js` : 'sheepless'
162162
} (${count})`
163163
label.setAttributeNS(
164164
null,

0 commit comments

Comments
 (0)