diff --git a/README.md b/README.md index 1bc8be8..8785685 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,10 @@ This is a short introduction to the awesome Convertorizr hosted at https://conv.friedli.info/. -Continuous integration is automated with Drone CI ([![Build Status](https://ci.gittr.ch/api/badges/manuel/converter/status.svg)](https://ci.gittr.ch/manuel/converter)). Usage is self-explanatory. What else do you need to know? +Continuous integration is automated with Drone CI ([![Build Status](https://ci.gittr.ch/api/badges/manuel/converter/status.svg?ref=refs/heads/main)](https://ci.gittr.ch/manuel/converter)). Usage is self-explanatory. What else do you need to know? The source code is hosted at https://gittr.ch/manuel/converter.git. -Contact the author at manuel-convertorizr|at|fritteli.ch. +Contact the author at manuel|at|fritteli.ch. Cheers! diff --git a/angular.json b/angular.json index 1ac34ad..407f10d 100644 --- a/angular.json +++ b/angular.json @@ -26,7 +26,7 @@ "tsConfig": "tsconfig.app.json", "inlineStyleLanguage": "scss", "assets": [ - "src/favicon.ico", + "src/favicon.svg", "src/assets" ], "styles": [ @@ -86,7 +86,7 @@ "tsConfig": "tsconfig.spec.json", "inlineStyleLanguage": "scss", "assets": [ - "src/favicon.ico", + "src/favicon.svg", "src/assets" ], "styles": [ diff --git a/package-lock.json b/package-lock.json index 2a94c55..ba46595 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "convertorizr", - "version": "2.0.0-dev.1", + "version": "2.0.1-dev.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "convertorizr", - "version": "2.0.0-dev.1", + "version": "2.0.1-dev.0", "license": "MIT", "dependencies": { "@angular/animations": "^17.1.0", diff --git a/package.json b/package.json index 75a1dbb..2ebfbf1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "convertorizr", - "version": "2.0.0-dev.1", + "version": "2.0.1-dev.0", "description": "Decode or encode base64, punycode, HTML entities, URI components, ...", "keywords": [ "encode", diff --git a/src/favicon.svg b/src/favicon.svg new file mode 100644 index 0000000..2efc1a9 --- /dev/null +++ b/src/favicon.svg @@ -0,0 +1,12 @@ + + + + + + + + diff --git a/src/index.html b/src/index.html index a8dc30f..b791d63 100644 --- a/src/index.html +++ b/src/index.html @@ -7,7 +7,7 @@ Convertorizr - Convert whatever you want! - +

Convert it all