Skip to content

Commit

Permalink
add imprint
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-rp committed Jun 26, 2023
1 parent fae2266 commit c7f60ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .env.development.example
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
CONTENTFUL_SPACE_ID="c4lg2g5jju60"
CONTENTFUL_ACCESS_TOKEN=""
CONTENTFUL_ENVIRONMENT="staging"
CONTENTFUL_ENVIRONMENT="staging"
# CONTENTFUL_ENVIRONMENT="master"
4 changes: 3 additions & 1 deletion src/components/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export default function Layout(props) {
<a href="/product">product principles</a>
<a href="/why">why dlt?</a>
<a href="/about">about us</a>
<a href="/docs/intro">docs</a>
</div>
<div className={styles.images}>
<a href="https://github.com/dlt-hub/dlt">
Expand All @@ -61,7 +62,8 @@ export default function Layout(props) {
<main className={styles.main}>{props.children}</main>
<div className={styles.footer}>
<div className={styles.footeri}>
<span>2023 dlthub</span>
<a href="/imprint">2023 dltHub imprint</a>

<div className={styles.linkwrapper}>
<a href="https://github.com/dlt-hub/dlt">GitHub</a>
<a href="https://apply.workable.com/dlthub/">Careers</a>
Expand Down

0 comments on commit c7f60ef

Please sign in to comment.