commit 559324eb0cdf91970d33a221b45a8bb383c1f544 parent 2fa6e736e1e34b56bf547d528342947a6e678eaf Author: Yohanes Bandung <bandungpenting@gmail.com> Date: Tue, 22 Oct 2019 01:14:56 +0700 refactor(Uses) => changed fish to zsh Diffstat:
M | src/UsesScene.re | | | 10 | ++++++---- |
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/src/UsesScene.re b/src/UsesScene.re @@ -40,9 +40,11 @@ let make = () => { variant: Default, text: <span> - {ReasonReact.string( - "Farewell gift from friends at Kodefox and Vospay!", - )} + {ReasonReact.string("Farewell gift from friends at ")} + <Link href="https://kodefox.com" text="Kodefox" /> + {ReasonReact.string(" and ")} + <Link href="https://vospay.id" text="Vospay" /> + {ReasonReact.string("!")} </span>, }, |] @@ -101,7 +103,7 @@ let make = () => { variant: Default, text: <span> - {ReasonReact.string("Fish Shell ")} + {ReasonReact.string("Z Shell (zsh) ")} <Link text="settings" href="https://gist.github.com/ybbond/e6f827f977248b5d9eda8e1c49da82e9"