@@ -4,7 +4,7 @@ import { AnchorLink } from "gatsby-plugin-anchor-links"
4
4
import Seo from "../components/seo"
5
5
import FeaturedMembers from "../components/featured-members"
6
6
import Events from "../components/events"
7
- import Priciples from "../components/priciples "
7
+ import Principles from "../components/principles "
8
8
import Testimonials from "../components/testimonials"
9
9
import { Container } from "../components/ui/grid"
10
10
import Button from "../components/ui/button"
@@ -48,15 +48,15 @@ const IndexPage = ({ location }) => {
48
48
49
49
< div className = "space-x-8 text-center text-sm sm:text-base md:space-x-6 md:text-left" >
50
50
< AnchorLink
51
- to = "/#priciples "
52
- title = "Priciples "
51
+ to = "/#principles "
52
+ title = "Principles "
53
53
className = "font-bold text-accent hover:underline" >
54
54
< span > GitOps Principles</ span >
55
55
</ AnchorLink >
56
56
57
57
< AnchorLink
58
58
to = "/#events"
59
- title = "Priciples "
59
+ title = "Principles "
60
60
className = "font-bold text-accent hover:underline" >
61
61
< span > Upcoming Events</ span >
62
62
</ AnchorLink >
@@ -88,20 +88,20 @@ const IndexPage = ({ location }) => {
88
88
</ Container >
89
89
</ section >
90
90
91
- < section id = "priciples " className = "relative" >
91
+ < section id = "principles " className = "relative" >
92
92
< BgElement className = "top-12 lg:top-64" />
93
93
94
94
< Container >
95
95
< div className = "flex flex-wrap" >
96
96
< div className = "w-full lg:w-2/5" >
97
97
< h2 className = "mb-12 pr-64 text-5xl md:text-6xl lg:sticky lg:top-12 xl:text-7xl lg:mb-0" >
98
98
< span className = "text-accent" > GitOps</ span > { " " }
99
- < span className = "font-normal" > Priciples </ span >
99
+ < span className = "font-normal" > Principles </ span >
100
100
</ h2 >
101
101
</ div >
102
102
103
103
< div className = "w-full lg:w-3/5" >
104
- < Priciples />
104
+ < Principles />
105
105
106
106
< Button
107
107
to = "/get-involved"
0 commit comments