-
-
Notifications
You must be signed in to change notification settings - Fork 230
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 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