commit c3b1b29c3b4fcf0d6c24b029fdda4d79173eb77c parent 8657f90701197485fe47f74640a68fc64bc04f3e Author: Yohanes Bandung <bandungpenting@gmail.com> Date: Fri, 13 Mar 2020 13:06:27 +0700 refactor(Footer) => change link to ybbond.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://github.com/ybbond/ybbond-reason" /> + <Link text="ybbond" href="https://ybbond.com/" /> </p> </footer>;