Skip to content

Commit

Permalink
Update mobile error message class for improved styling
Browse files Browse the repository at this point in the history
  • Loading branch information
amit712singhal committed Oct 31, 2024
1 parent ed07376 commit 41980ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ document.addEventListener( 'DOMContentLoaded', () =>
const errorHeading = errorSection.querySelector( '.mobile-error' );

const mobileMessage = document.createElement( 'h4' );
mobileMessage.className = 'mobile-error-message heading';
mobileMessage.className = 'mobile-error-message body-1';
mobileMessage.textContent = 'ERROR: 170V380085';

errorHeading.replaceWith( mobileMessage );
Expand Down

0 comments on commit 41980ee

Please sign in to comment.