We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13ad67d commit 09a0883Copy full SHA for 09a0883
src/components/footer/footer.jsx
@@ -16,11 +16,12 @@ const Footer = (props) => (
16
<br />
17
<img src="/images/footer-sep.svg" alt="" className={styles.footerSep} />
18
<p>
19
- I'm a serverless noob. Got a correction? Something to add?{" "}
+ Got a correction? Something to add?{" "}
20
<a href="https://github.com/CSS-Tricks/serverless">
21
There is a GitHub Repo
22
</a>{" "}
23
- where you can contribute or open an issue.
+ where you can contribute or open an issue.{" "}
24
+ <a href="https://www.digitalocean.com/legal/">Legal</a>
25
</p>
26
</footer>
27
);
0 commit comments