We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee62ce5 commit c51c41cCopy full SHA for c51c41c
src/pages/Home/Home.tsx
@@ -109,7 +109,7 @@ const Home = () => {
109
<Header
110
title="SOS Rio Grande do Sul"
111
endAdornment={
112
- <div className="flex gap-2 items-center">
+ <div className="flex gap-2 items-center max-sm:grid">
113
{session && (
114
<h3 className="text-white font-thin">
115
Bem vindo, {session.name}
0 commit comments