diff options
author | Nick Van Doorn <vandoorn.nick@gmail.com> | 2019-03-20 13:35:15 -0700 |
---|---|---|
committer | Nick Van Doorn <vandoorn.nick@gmail.com> | 2019-03-20 13:35:15 -0700 |
commit | 8e6bc65126e67c05e59778f6fa5c970a352ea906 (patch) | |
tree | 0f6ece443a9cbb5c4beaa6555a886d15d064d190 /src | |
parent | 4fb5315763ddd82dc915b57018a89d4cd37cd13d (diff) |
Add battlesnake link
Diffstat (limited to 'src')
-rw-r--r-- | src/pages/projects.js | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/pages/projects.js b/src/pages/projects.js index 77894b5..114634a 100644 --- a/src/pages/projects.js +++ b/src/pages/projects.js @@ -12,8 +12,12 @@ import naiveChat from '../images/naive-chat.png' export const projects = [ { name: 'cnaked', - brief: - 'A Battlesnake so close to the metal, 6 CVEs have been opened while reading', + brief: ( + <> + A <a href="https://battlesnake.io/">Battlesnake</a> so close to the + metal, 6 CVEs have been opened while reading + </> + ), date: 'Feb 2019 - Present', url: '//github.com/nvandoorn/cnaked', projectDetails: [ |