From 8e84e0ef73e957eea0f3d943c6790f8bef5ca5de Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Mon, 10 Jun 2019 03:04:46 +0200 Subject: [PATCH] add link titles to read more link --- src/components/molecules/Repository.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/molecules/Repository.jsx b/src/components/molecules/Repository.jsx index ecb6ebc..dd2806d 100644 --- a/src/components/molecules/Repository.jsx +++ b/src/components/molecules/Repository.jsx @@ -21,7 +21,7 @@ const Repository = ({ repo }) => { {name === 'portfolio' || name === 'blog' ? null : homepage && ( - + Learn more )}