diff --git a/README.md b/README.md index e2e3543c7..949b49e2d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Lemmy +

Lemmy

[![Build Status](https://travis-ci.org/dessalines/lemmy.svg?branch=master)](https://travis-ci.org/dessalines/lemmy) [![star this repo](http://githubbadges.com/star.svg?user=dessalines&repo=lemmy&style=flat)](https://github.com/dessalines/lemmy) diff --git a/ui/assets/favicon.ico b/ui/assets/favicon.ico deleted file mode 100644 index 13f310e9f..000000000 Binary files a/ui/assets/favicon.ico and /dev/null differ diff --git a/ui/assets/favicon.svg b/ui/assets/favicon.svg new file mode 100644 index 000000000..7a1b2c2ae --- /dev/null +++ b/ui/assets/favicon.svg @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ui/fuse.js b/ui/fuse.js index ff1e6d15b..a9283fad2 100644 --- a/ui/fuse.js +++ b/ui/fuse.js @@ -43,7 +43,7 @@ Sparky.task('config', _ => { }); Sparky.task('clean', _ => Sparky.src('dist/').clean('dist/')); Sparky.task('env', _ => (isProduction = true)); -Sparky.task('copy-assets', () => Sparky.src('assets/*.ico').dest('dist/')); +Sparky.task('copy-assets', () => Sparky.src('assets/*.svg').dest('dist/')); Sparky.task('dev', ['clean', 'config', 'copy-assets'], _ => { fuse.dev(); app.hmr().watch(); diff --git a/ui/src/index.html b/ui/src/index.html index eff8efa3a..5b1f84afe 100644 --- a/ui/src/index.html +++ b/ui/src/index.html @@ -4,7 +4,7 @@ - + Lemmy diff --git a/ui/src/main.css b/ui/src/main.css index 12eb17a4d..ac58c993f 100644 --- a/ui/src/main.css +++ b/ui/src/main.css @@ -45,5 +45,5 @@ body { stroke: currentColor; fill: currentColor; vertical-align: middle; - margin-bottom: 4px; + margin-bottom: 6px; }