Skip to content

Commit

Permalink
adjust default data placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp-1337 committed Oct 1, 2024
1 parent c5974ba commit 1ad330b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ import { MatToolbarModule } from '@angular/material/toolbar';
})
export class AppComponent implements AfterViewInit, OnInit {

qrData = 'https://qr.changekraft.de'; // Default QR Code data
qrData = 'https://kraft-qr.web.app'; // Default QR Code data
qrSize = 512; // Default size
// Define errorCorrectionLevel with the specific type
errorCorrectionLevel: QRCodeErrorCorrectionLevel = 'M'; // Default error correction level
Expand Down

0 comments on commit 1ad330b

Please sign in to comment.