-
-
Notifications
You must be signed in to change notification settings - Fork 229
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from kitloong/feature/space
Update spacing
- Loading branch information
Showing
5 changed files
with
30 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,31 @@ | ||
import React from 'react' | ||
import { Container } from 'react-bootstrap' | ||
|
||
export default function Footer() { | ||
return ( | ||
<footer className="footer flex-column flex-md-row border-top d-flex align-items-center justify-content-between px-4 py-2"> | ||
<div> | ||
<a className="text-decoration-none" href="https://coreui.io">CoreUI </a> | ||
<a className="text-decoration-none" href="https://coreui.io"> | ||
Bootstrap Admin | ||
Template | ||
</a> | ||
{' '} | ||
© 2021 | ||
creativeLabs. | ||
</div> | ||
<div className="ms-md-auto"> | ||
Powered by | ||
<a | ||
className="text-decoration-none" | ||
href="@layout/AdminLayout/AdminLayout" | ||
> | ||
CoreUI UI | ||
Components | ||
</a> | ||
</div> | ||
<footer className="footer border-top px-sm-2 py-2"> | ||
<Container fluid className="align-items-center flex-column flex-md-row d-flex justify-content-between"> | ||
<div> | ||
<a className="text-decoration-none" href="https://coreui.io">CoreUI </a> | ||
<a className="text-decoration-none" href="https://coreui.io"> | ||
Bootstrap Admin | ||
Template | ||
</a> | ||
{' '} | ||
© 2021 | ||
creativeLabs. | ||
</div> | ||
<div className="ms-md-auto"> | ||
Powered by | ||
<a | ||
className="text-decoration-none" | ||
href="@layout/AdminLayout/AdminLayout" | ||
> | ||
CoreUI UI | ||
Components | ||
</a> | ||
</div> | ||
</Container> | ||
</footer> | ||
) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6e3beb2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
nextjs-dashboard – ./
nextjs-dashboard-git-main-kitloong.vercel.app
nextjs-dashboard-kitloong.vercel.app
nextjs-dashboard-olive.vercel.app