You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dashboard/ui/src/pages/login.js
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -140,9 +140,11 @@ export default function Login(props) {
140
140
</form>
141
141
</main>
142
142
<footerstyle={{
143
-
textAlign: 'right',
144
-
padding: '10px 20px',
145
-
backgroundColor: '#f4f4f4',
143
+
position: 'fixed',
144
+
bottom: '10px',
145
+
right: '20px',
146
+
fontSize: '15px',
147
+
color: '#666',
146
148
}}>
147
149
Status Page by <ahref="https://github.com/telkomdev/tob"target="_blank"rel="noopener noreferrer"style={{color: '#007bff',textDecoration: 'none'}}>Tob</a>
0 commit comments