From aa216d7a5ddc811d7439a2ac2324f76bed76f973 Mon Sep 17 00:00:00 2001 From: Mikunj Date: Thu, 5 Sep 2019 15:28:00 +1000 Subject: [PATCH] Added minor comment. --- ts/components/JazzIcon/JazzIcon.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ts/components/JazzIcon/JazzIcon.tsx b/ts/components/JazzIcon/JazzIcon.tsx index 9773c9b5e..e6494dfa1 100644 --- a/ts/components/JazzIcon/JazzIcon.tsx +++ b/ts/components/JazzIcon/JazzIcon.tsx @@ -1,3 +1,5 @@ +// Modified from https://github.com/redlanta/react-jazzicon + import React from 'react'; import Color from 'color'; import { Paper } from './Paper';