Skip to content

Commit

Permalink
Merge pull request #4 from fiskhandlarn/develop
Browse files Browse the repository at this point in the history
Mimic button text
  • Loading branch information
fiskhandlarn authored Feb 16, 2022
2 parents 6586e05 + 3da6777 commit da86a45
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# birkan
Bacon or beer can or Birkan‽
Bacon or beercan or Birkan‽

## Install

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "birkan",
"version": "0.1",
"description": "Bacon or beer can or Birkan‽",
"description": "Bacon or beercan or Birkan‽",
"license": "AGPL-3.0-or-later",
"author": {
"name": "Oskar Joelson",
Expand Down
14 changes: 7 additions & 7 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">

<title>Bacon or beer can or Birkan‽</title>
<title>Bacon or beercan or Birkan‽</title>

<script>(function (d){d.className=d.className.replace(/\bno-js\b/, 'js')})(document.documentElement)</script>

<link rel="stylesheet" href="/assets/app_0.1.css">

<meta name="description" content="Bacon or beer can or Birkan‽">
<meta property="og:title" content="Bacon or beer can or Birkan‽">
<meta property="og:description" content="Bacon or beer can or Birkan‽">
<meta name="description" content="Bacon or beercan or Birkan‽">
<meta property="og:title" content="Bacon or beercan or Birkan‽">
<meta property="og:description" content="Bacon or beercan or Birkan‽">
<!-- <meta property="og:image" content="/assets/images/TODO.jpg"> -->
<meta property="og:locale" content="en_JM">
<meta property="og:type" content="website">
Expand All @@ -39,8 +39,8 @@
<link rel="yandex-tableau-widget" href="/assets/yandex-browser-manifest.json">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="apple-mobile-web-app-title" content="Bacon or beer can or Birkan‽">
<meta name="application-name" content="Bacon or beer can or Birkan‽">
<meta name="apple-mobile-web-app-title" content="Bacon or beercan or Birkan‽">
<meta name="application-name" content="Bacon or beercan or Birkan‽">
<meta name="mobile-web-app-capable" content="yes">
<meta name="msapplication-TileColor" content="#fff">
<meta name="msapplication-TileImage" content="/assets/mstile-150x150.png">
Expand All @@ -52,7 +52,7 @@
<main class="main-app">
<div class="talking-head">
<div class="talking-mouth">
<h1 class="title">Bacon or beer can or Birkan‽</h1>
<h1 class="title">Bacon or beercan or Birkan‽</h1>
</div>
</div>
<div class="button-list">
Expand Down

0 comments on commit da86a45

Please sign in to comment.