Refactor, rounded solution terms
This commit is contained in:
@@ -9,7 +9,7 @@ function Navbar() {
|
||||
}
|
||||
|
||||
return (
|
||||
<nav class="navbar navbar-expand-lg bg-body-tertiary">
|
||||
<nav class="navbar navbar-expand-sm bg-body-tertiary">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand" href="#">Math Practice</a>
|
||||
<button class="navbar-toggler" type="button" onClick={()=>setShow(!show)} aria-expanded={show} aria-label="Toggle navigation">
|
||||
|
||||
Reference in New Issue
Block a user