Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

Commit

Permalink
Merge pull request #108 from smswithoutborders/dev
Browse files Browse the repository at this point in the history
run yarn run build
  • Loading branch information
mildrette authored Jun 11, 2024
2 parents 06674ee + 9cc7d78 commit 463ab63
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/MyAlert.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const MyAlert = () => {
fontFamily: "'Roboto', sans-serif",
fontSize: "1rem",
fontWeight: 500,
marginRight: "8px"
marginRight: "18px"
}}
>
We have rebranded! SMSWithoutBorders is now RelaySMS. Visit our new website at{" "}
Expand Down
6 changes: 4 additions & 2 deletions src/pages/DashboardLayout.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,10 @@ const DashboardLayout = () => {
<Fragment>
<PageAnimationWrapper>
<DashNavbar />
<Outlet />
<Footer />
<div style={{ paddingTop: "64px" }}> {/* Adjust the top padding as needed */}
<Outlet />
<Footer />
</div>
</PageAnimationWrapper>

{/* Modal prompt for inactivity */}
Expand Down

0 comments on commit 463ab63

Please sign in to comment.