This commit is contained in:
2024-07-30 16:13:03 +02:00
parent 4827538d2c
commit 94872e74b5
2 changed files with 2 additions and 2 deletions

View File

@@ -137,7 +137,7 @@ class _SignInState extends State<SignIn> {
const SizedBox(height: 10),
//Heading
Text(
'Sign In',
'Sign In Now',
style: TextStyle(
fontSize: 25,
fontWeight: FontWeight.bold,

View File

@@ -68,7 +68,7 @@
<script type="text/javascript">
pdfjsLib.GlobalWorkerOptions.workerSrc = "//cdnjs.cloudflare.com/ajax/libs/pdf.js/2.11.338/pdf.worker.min.js";
</script>
<script src="flutter_bootstrap.js?v=0.0.1" async></script>
<script src="flutter_bootstrap.js?v=0.0.1.1" async></script>
<div id="loading_indicator" class="main">
<div><img class="indicator" src="Logo-loading.gif" /></div>