From 9ef1b50dc1a746122e6c5fc8b1368c12a2b469fc Mon Sep 17 00:00:00 2001 From: FrantiĊĦek Zatloukal Date: Apr 02 2020 12:36:35 +0000 Subject: Libavatar: Use https instead of http --- diff --git a/src/components/libravatar.js b/src/components/libravatar.js index f8293c1..715ca23 100644 --- a/src/components/libravatar.js +++ b/src/components/libravatar.js @@ -4,7 +4,7 @@ import { sha256 } from 'js-sha256'; class Libravatar extends Component { render() { return ( - + ) } }