From: Dessalines Date: Sat, 6 Apr 2019 23:32:11 +0000 (-0700) Subject: Adding Favicon. X-Git-Url: http://these/git/?a=commitdiff_plain;h=c075ec2c79cd0d36891ff67f851134b86f0d6475;p=lemmy.git Adding Favicon. --- diff --git a/README.md b/README.md index e2e3543c..949b49e2 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 13f310e9..00000000 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 00000000..7a1b2c2a --- /dev/null +++ b/ui/assets/favicon.svg @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ui/fuse.js b/ui/fuse.js index ff1e6d15..a9283fad 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 eff8efa3..5b1f84af 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 12eb17a4..ac58c993 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; }