alpha
Login
or
Join now
atpota.to
/
cred.blue
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
add zen container
author
damedotblog
date
1 year ago
(Feb 19, 2025, 8:45 PM -0500)
commit
7dab9762
7dab9762cb4dc6bbff4b8555ec5afdf2e628f5a3
parent
e007e54e
e007e54e4274088c22b8562bfd6385c27e72a0d8
+2
-5
2 changed files
Expand all
Collapse all
Unified
Split
src
components
Footer
Footer.js
ZenPage.js
+1
-4
src/components/Footer/Footer.js
Reviewed
···
22
22
</div>
23
23
{/* Additional Info */}
24
24
<div className="footer-info">
25
25
-
<p>© {new Date().getFullYear()} cred.blue. All rights reserved. <Link to="/zen" className="zen-link">Zen</Link></p>
26
26
-
</div>
27
27
-
<div className="zen-info">
28
28
-
<Link to="/zen">Zen</Link>
25
25
+
<p>© {new Date().getFullYear()} cred.blue. All rights reserved. <Link to="/zen" className="zen-link">Zen</Link>.</p>
29
26
</div>
30
27
</div>
31
28
</footer>
+1
-1
src/components/ZenPage.js
Reviewed
···
6
6
7
7
const ZenPage = () => {
8
8
return (
9
9
-
<div style={{
9
9
+
<div className="zen-container" style={{
10
10
display: "flex",
11
11
flexDirection: "column",
12
12
alignItems: "center",