Skip to content

Commit 8bb1eed

Browse files
author
marcoDmc
committed
style: conditional to present certain text according to the screen size
1 parent 6818198 commit 8bb1eed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/Home/Home.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ const Home = () => {
127127
/>
128128
)}
129129
<Header
130-
title="SOS Rio Grande do Sul"
130+
title={windowSize.width <= 434 ? "SOS RS" : "SOS Rio Grande do Sul"}
131131
endAdornment={
132132
<div className="flex gap-2 items-center max-sm:grid">
133133
{session && (

0 commit comments

Comments
 (0)