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:
parent
169a93f0f1
commit
f80f98d191
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue