feat: Update log display messages for clarity; enhance log navigation styles and layout

This commit is contained in:
2025-05-03 15:47:38 +05:30
parent 135633ef7a
commit 06fa09bb42
3 changed files with 64 additions and 35 deletions

View File

@@ -38,7 +38,7 @@ const Footer: React.FC = () => {
<span className="log-message">{lastLog.message}</span>
</>
) : (
"No logs yet."
"There are no logs to display at the moment."
)}
</button>
</div>