From e5b17a5cdd5297e942643bd4b0c74f25b0de1b33 Mon Sep 17 00:00:00 2001 From: Phuoc Nguyen Date: Sat, 30 Nov 2019 12:10:02 +0700 Subject: [PATCH] Link to github page --- client/layouts/Layout.tsx | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/client/layouts/Layout.tsx b/client/layouts/Layout.tsx index c831f3a..073692a 100644 --- a/client/layouts/Layout.tsx +++ b/client/layouts/Layout.tsx @@ -28,10 +28,31 @@ this expect(r).is(superFastWebsite); expect(r).is(seoFriendly); }) - .finally(() => {/* Give me 1 star */}) 🎉 /* https://github.com/phuoc-ng/csslayout */ `} /> +
+ .finally( + () => + { + + + /* Give me 1 Github star here */ + + + }) 🎉 +
); };