File tree 1 file changed +5
-7
lines changed
1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 1
1
import React from "react" ;
2
+ import { homeBackground } from "../components/2025/cloudImages" ;
2
3
3
4
function PastEvents ( ) {
4
5
const events = [
@@ -26,7 +27,6 @@ function PastEvents() {
26
27
27
28
return (
28
29
< section className = "bg-orange-primary flex flex-col items-center justify-center lg:h-screen py-24 px-2" >
29
- < span className = "font-clashDisplay mb-12 text-2xl" > Previous Open Source Festivals:</ span >
30
30
< div className = "grid grid-cols-1 lg:grid-cols-2 gap-4 lg:gap-6 text-white" >
31
31
{ events . reverse ( ) . map ( ( item , index ) => (
32
32
< a
@@ -43,12 +43,10 @@ function PastEvents() {
43
43
</ a >
44
44
) ) }
45
45
</ div >
46
- < a
47
- href = "https://oscafrica.org"
48
- target = "_blank"
49
- rel = "noopener noreferrer"
50
- className = "font-clashDisplay mt-12 text-md"
51
- >
46
+ < a href = "/" className = "mt-20 mb-4" >
47
+ < img alt = "Open Source Community Africa's Logo" className = "block mx-auto w-20" src = { homeBackground . logo } />
48
+ </ a >
49
+ < a href = "https://oscafrica.org" target = "_blank" rel = "noopener noreferrer" className = "font-clashDisplay text-md" >
52
50
© Open Source Community Africa.
53
51
</ a >
54
52
</ section >
You can’t perform that action at this time.
0 commit comments