Skip to content

Commit 09a0883

Browse files
committed
legal in footer
1 parent 13ad67d commit 09a0883

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/components/footer/footer.jsx

+3-2
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,12 @@ const Footer = (props) => (
1616
<br />
1717
<img src="/images/footer-sep.svg" alt="" className={styles.footerSep} />
1818
<p>
19-
I'm a serverless noob. Got a correction? Something to add?{" "}
19+
Got a correction? Something to add?{" "}
2020
<a href="https://github.com/CSS-Tricks/serverless">
2121
There is a GitHub Repo
2222
</a>{" "}
23-
where you can contribute or open an&nbsp;issue.
23+
where you can contribute or open an&nbsp;issue.{" "}
24+
<a href="https://www.digitalocean.com/legal/">Legal</a>
2425
</p>
2526
</footer>
2627
);

0 commit comments

Comments
 (0)