diff --git a/template/index.html b/template/index.html index 5bf28f1..a182d1a 100644 --- a/template/index.html +++ b/template/index.html @@ -17,7 +17,7 @@ - {% inline "more-vertical.svg" %} + {% inline "more-horizontal.svg" %} {% inline "plus.svg" %} @@ -50,7 +50,7 @@ - {% inline "circle.svg" %} + {% inline "circle-full.svg" %} Unread {{totalStats.unread || ''}} @@ -66,7 +66,7 @@ - {% inline "circle-full.svg" %} + {% inline "assorted.svg" %} All diff --git a/template/static/images/assorted.svg b/template/static/images/assorted.svg new file mode 100644 index 0000000..fa5bc1f --- /dev/null +++ b/template/static/images/assorted.svg @@ -0,0 +1 @@ + diff --git a/template/static/images/more-horizontal.svg b/template/static/images/more-horizontal.svg new file mode 100644 index 0000000..dc6a855 --- /dev/null +++ b/template/static/images/more-horizontal.svg @@ -0,0 +1 @@ + \ No newline at end of file