mirror of https://github.com/kcal-app/kcal.git
Rename kcal
This commit is contained in:
parent
8c8a46c4f6
commit
1ad422f007
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "pfnj/pfnj",
|
||||
"name": "kcalapp/kcal",
|
||||
"type": "project",
|
||||
"description": "Personal Food Nutrition Journal",
|
||||
"description": "kcal – the personal food nutrition journal",
|
||||
"license": "MPL-2.0",
|
||||
"require": {
|
||||
"php": "^8.0",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "pfnj",
|
||||
"name": "kcal",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "PFNJ",
|
||||
"short_name": "PFNJ",
|
||||
"name": "kcal",
|
||||
"short_name": "kcal",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/android-chrome-192x192.png",
|
||||
|
|
|
|||
|
|
@ -1,21 +1,7 @@
|
|||
<div class="subpixel-antialiased font-black text-5xl">
|
||||
<svg class="h-8 w-8 -mb-2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="1584.792px" height="1204.244px" viewBox="231.604 355.453 1584.792 1204.244"
|
||||
enable-background="new 231.604 355.453 1584.792 1204.244" xml:space="preserve">
|
||||
<g id="document" transform="matrix(1,0,0,1,1024.0,1024.0)">
|
||||
<path d="M1.771-668.53v-0.017c-0.591,0-1.181,0.002-1.771,0.004c-0.59-0.002-1.18-0.004-1.771-0.004v0.017
|
||||
c-134.931,1.246-253.18,73.662-320.789,180.335c-45.468-27.279-100.027-43.951-159.135-43.951
|
||||
c-171.258,0-312.205,140.947-310.689,312.205c0,174.29,139.432,313.722,313.721,313.722H1.771l0,0h476.893
|
||||
c174.289,0,313.721-139.432,313.721-313.722c1.515-171.258-139.432-312.205-310.689-312.205
|
||||
c-59.107,0-113.667,16.672-159.134,43.951C254.95-594.868,136.701-667.284,1.771-668.53L1.771-668.53z"/>
|
||||
<path d="M-488.455,314.739h976.91V162.811h-976.91V314.739z"/>
|
||||
<path d="M-488.455,535.697h976.91V383.77h-976.91V535.697z"/>
|
||||
</g>
|
||||
</svg>
|
||||
<div>
|
||||
P<small class="hidden sm:inline-block">ersonal</small>
|
||||
F<small class="hidden sm:inline-block">ood</small>
|
||||
N<small class="hidden sm:inline-block">utrition</small>
|
||||
J<small class="hidden sm:inline-block">ournal</small>
|
||||
</div>
|
||||
kcal
|
||||
</div>
|
||||
<div class="subpixel-antialiased text-lg">
|
||||
the personal food nutrition journal
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue