We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f09ee81 commit c0dd666Copy full SHA for c0dd666
www/src/components/footer.tsx
@@ -1,12 +1,18 @@
1
import React from "react";
2
3
+
4
function Footer() {
5
const newDate = new Date();
6
const year = newDate.getFullYear();
7
return (
8
<footer className="flex-1 w-full max-w-4xl px-4 py-8 mx-auto md:px-8 text-center">
- <div className="border-4 border-blue-300 mb-12 py-16">
9
- <p className="text-lg text-gray-700 pb-1">
+ <div className="border-4 border-blue-300 mb-12 pb-10">
10
+ <img
11
+ alt="codebar workshop"
12
+ className="pt-10 px-10"
13
+ src={require("../images/workshop.jpg")}
14
+ />
15
+ <p className="text-lg text-gray-700 py-2">
16
Looking for a way to support codebar? Please consider making a
17
donation
18
</p>
www/src/images/codebar-icon.png
-1.06 KB
www/src/images/workshop.jpg
197 KB
0 commit comments