Skip to content

Commit

Permalink
Finished footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Lucas committed Apr 15, 2024
1 parent be60b72 commit 501c7c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .run/Test Deploy.run.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<option name="INDEPENDENT_INTERPRETER_PATH" value="true" />
<option name="INTERPRETER_PATH" value="/usr/bin/zsh" />
<option name="INTERPRETER_OPTIONS" value="" />
<option name="EXECUTE_IN_TERMINAL" value="true" />
<option name="EXECUTE_IN_TERMINAL" value="false" />
<option name="EXECUTE_SCRIPT_FILE" value="false" />
<envs />
<method v="2">
Expand Down
6 changes: 4 additions & 2 deletions src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@ export function Footer({margin = "0"}: Props) {
return <footer style={{marginTop: margin}}>
<hr className="my-0 w-100"/>

<div style={{padding: "2.75rem 0"}}>
<div style={{padding: "2.5rem 0"}}>
<ul className="nav justify-content-center pt-0 mt-0 pb-3 mb-3">
<li className="nav-item"><Link to="/" className="nav-link px-2 text-muted py-0">Home</Link></li>
<li className="nav-item"><Link to="/dash" className="nav-link px-2 text-muted py-0">Dashboard</Link></li>
<li className="nav-item"><Link to="#" className="nav-link px-2 text-muted py-0" onClick={() => window.scrollTo(0, 0)}>Top</Link></li>
<li className="nav-item"><Link to="#" className="nav-link px-2 text-muted py-0" onClick={() => window.scrollTo(0, 0)}>
Top
</Link></li>
</ul>
<p className="text-center text-muted mb-0">Budget-19 © 2024 Group 19 Inc.</p>
</div>
Expand Down

0 comments on commit 501c7c6

Please sign in to comment.