feat: Update log display messages for clarity; enhance log navigation styles and layout
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user