Skip to content

Commit

Permalink
Rename project and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lyqht committed Jan 31, 2024
1 parent 252312f commit 42eddc3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 11 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# styled-qr-code-generator
# mini-qr-code-generator

[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)

Expand All @@ -12,8 +12,6 @@ A customizable QR code generator to create beautiful and unique QR codes.
</a>
<a href="https://www.supabase.com"><img width="100" src="public/presets/supabase-green.svg" /></a>
<a href="https://www.vercel.com"><img width="100" src="public/presets/vercel-dark.svg" /></a>
<a href="https://vuejs.org/"><img width="100" src="public/presets/vuejs.svg" /></a>
<a href="https://vue-i18n.intlify.dev/"><img width="100" src="public/presets/vuei18n.svg" /></a>
<a href="https://viteconf.org/"><img width="100" src="public/presets/viteconf2023.svg" /></a>
</div>

Expand Down
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
content="A user-friendly and customizable QR code generator that allows you to create styled QR codes with ease.">
<meta name="keywords" content="QR code, generator, styled, custom, design, QR code creator, QR code maker">
<meta name="author" content="Estee Tey">
<meta property="og:title" content="Styled QR Code Generator">
<meta property="og:title" content="Mini QR Code Generator">
<meta property="og:description"
content="Generate custom-designed QR codes with our easy-to-use styled QR code generator. Perfect for business cards, promotional materials, and more.">
<meta property="og:image" content="https://github.com/lyqht/styled-qr-code-generator/blob/main/public/og_image.png?raw=true">
<meta property="og:url" content="https://styled-qr-code-generator.vercel.app/">
<meta property="og:url" content="https://mini-qr-code-generator.vercel.app/">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Styled QR Code Generator">
<meta name="twitter:title" content="Mini QR Code Generator">
<meta name="twitter:description"
content="Create beautiful QR codes with a styled QR code generator. Customize colors, patterns, and designs to match your brand or personal style.">
<meta name="twitter:image" content="https://github.com/lyqht/styled-qr-code-generator/blob/main/public/og_image.png?raw=true">
content="Create beautiful QR codes with a mini QR code generator. Customize colors, patterns, and designs to match your brand or personal style.">
<meta name="twitter:image" content="https://github.com/lyqht/mini-qr-code-generator/blob/main/public/og_image.png?raw=true">
<meta name="twitter:site" content="@estee_tey">
<meta name="license" content="GNU General Public License v3.0">
<script type="text/javascript">
Expand All @@ -32,7 +32,7 @@
})(window, document, "clarity", "script", "kgzmgcsk9w");
</script>

<title>Styled QR Code Generator</title>
<title>Mini QR Code Generator</title>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion locales/en.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Styled QR Code Generator": "Styled QR Code Generator",
"Mini QR Code Generator": "Mini QR Code Generator",
"Randomize style": "Randomize style",
"No data!": "No data!",
"Change language": "Change language",
Expand Down
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ onMounted(() => {
</div>
<div class="w-full md:w-5/6">
<div class="mb-8 flex w-full flex-col items-center justify-center">
<h1 class="text-4xl">{{ t('Styled QR Code Generator') }}</h1>
<h1 class="text-4xl">{{ t('Mini QR Code Generator') }}</h1>
</div>
<div class="flex flex-col-reverse items-start justify-center gap-4 md:flex-row md:gap-12">
<div
Expand Down

0 comments on commit 42eddc3

Please sign in to comment.