Skip to content

Commit

Permalink
update footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Sjesc committed Mar 5, 2023
1 parent fb562c0 commit 2ec48ed
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -187,11 +187,17 @@ function App() {
<div style={{ marginTop: "2em" }}>
<p>Made by Silvino Escalona</p>
<p>
Powered by{" "}
R execution powered by{" "}
<a href="https://github.com/georgestagg/webR" target="_blank">
WebR
</a>
</p>
<p>
Hosted on{" "}
<a href="https://www.netlify.com/" target="_blank">
Netlify
</a>
</p>
</div>
</div>
)}
Expand Down

0 comments on commit 2ec48ed

Please sign in to comment.