Created Woodpecker CI/CD deployment
- Created Dockerfile for packing up API and Web projects as Docker image
This commit is contained in:
13
Web/src/components/footer.jsx
Normal file
13
Web/src/components/footer.jsx
Normal file
@ -0,0 +1,13 @@
|
||||
import React from 'react';
|
||||
import 'bootstrap/dist/css/bootstrap.min.css';
|
||||
import Container from 'react-bootstrap/Container';
|
||||
|
||||
export function Footer(props) {
|
||||
return (
|
||||
<footer className="py-4 bg-light mt-auto">
|
||||
<Container fluid>
|
||||
<div className="text-center align-middle">YABA: Yet Another Bookmark App</div>
|
||||
</Container>
|
||||
</footer>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user