Skip to content

Commit

Permalink
Merge pull request #2 from adibzailan/beta_dev
Browse files Browse the repository at this point in the history
chore
  • Loading branch information
adibzailan authored Sep 9, 2024
2 parents b70a6e5 + 4ba5d6d commit 61025f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/components/footer.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def setup_ui(self):
layout = QVBoxLayout()
self.setLayout(layout)

footer_label = QLabel('Alpha 1.0.0 | Built in Singapore, <a href="https://www.linkedin.com/in/adibzailan/">AZ</a>')
footer_label = QLabel('Alpha 1.1.0 | Built in Singapore, <a href="https://www.linkedin.com/in/adibzailan/">AZ</a>')
footer_label.setAlignment(Qt.AlignmentFlag.AlignCenter)
footer_label.setOpenExternalLinks(True)
layout.addWidget(footer_label)

0 comments on commit 61025f5

Please sign in to comment.