feat: rename QR Code Generator to QRMaker

Updated the heading to a more concise and branded name.
This change aims to enhance the application's identity and make
it more memorable to users.
This commit is contained in:
Kumi 2024-09-07 20:12:55 +02:00
parent 169a93f0f1
commit f80f98d191
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -14,7 +14,7 @@
<div class="row justify-content-center">
<div class="col-md-6">
<div class="card">
<h1 class="text-center">QR Code Generator</h1>
<h1 class="text-center">QRMaker</h1>
<div class="form-group textarea-container">
<label for="text-input">Enter text to generate QR code:</label>
<textarea class="form-control" id="text-input" rows="5" placeholder="Type something..."></textarea>