We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fadbd9a commit 8b86819Copy full SHA for 8b86819
app/modals/ServicesModal.tsx
@@ -28,7 +28,7 @@ const ServicesModal: React.SFC<ServicesModalProps> = ({ i, app }) => {
28
}, [i]);
29
30
return (
31
- <div className="services-container">
+ <div className="servicesContainer">
32
{!servicesData.length ? (
33
<div className="loadingMessageModal">
34
<h2 id="loadingMessage">Loading...</h2>
0 commit comments