Skip to content

Commit

Permalink
fix const name
Browse files Browse the repository at this point in the history
  • Loading branch information
freeman-lab committed Mar 7, 2024
1 parent 8b2be77 commit 2bcc867
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/terms.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Box } from 'theme-ui'
import { Layout, Row, Column, Link, Heading } from '@carbonplan/components'

const FAQ = () => {
const Terms = () => {
return (
<Layout
links={'homepage'}
Expand Down Expand Up @@ -637,4 +637,4 @@ const FAQ = () => {
)
}

export default FAQ
export default Terms

0 comments on commit 2bcc867

Please sign in to comment.