diff --git a/index.html b/index.html
index 3cadd0e..12104e8 100644
--- a/index.html
+++ b/index.html
@@ -1008,7 +1008,7 @@
let unreadNotes = 0;
// Show a notification instead of using alert()
- function showNotification(message, type = 'info', title = '', duration = 5000, position = 'corner') {
+ function showNotification(message, type = 'info', title = '', duration = 5000) {
const notificationContainer = document.getElementById('notification-container');
// Create notification element