commit 529331010ce1eaf90e8b875f0e081a482a4a09d7 parent c3b1b29c3b4fcf0d6c24b029fdda4d79173eb77c Author: Yohanes Bandung <bandungpenting@gmail.com> Date: Wed, 25 Mar 2020 23:45:59 +0700 hotfix(Footer) => com to dev Diffstat:
| M | src/components/Footer.re | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/components/Footer.re b/src/components/Footer.re @@ -19,6 +19,6 @@ let make = () => <p> {ReasonReact.string("See you sooner :)")} </p> <p> {ReasonReact.string("@16/11/2019 ")} - <Link text="ybbond" href="https://ybbond.com/" /> + <Link text="ybbond" href="https://ybbond.dev/" /> </p> </footer>;