Skip to content

Commit 1abfa0b

Browse files
authored
feat: hide app name on small screens (#267)
1 parent 1944578 commit 1abfa0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Header.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ function Header({
4848
src={icon}
4949
alt="Testing Playground mascot Froggy"
5050
/>
51-
<span>Testing Playground</span>
51+
<span className="hidden sm:block">Testing Playground</span>
5252
</h1>
5353
</a>
5454
</div>

0 commit comments

Comments
 (0)