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';