diff --git a/src/main/resources/.h2.server.properties b/src/main/resources/.h2.server.properties index e610a9e..32b54e2 100644 --- a/src/main/resources/.h2.server.properties +++ b/src/main/resources/.h2.server.properties @@ -1,5 +1,5 @@ #H2 Server Properties -#Sat Sep 07 21:50:49 SGT 2024 +#Sat Sep 07 22:31:28 SGT 2024 0=JHipster H2 (Disk)|org.h2.Driver|jdbc\:h2\:file\:./target/h2db/db/scaleup|scaleup webAllowOthers=true webPort=8092 diff --git a/src/main/webapp/app/shared/layout/footer/footer.tsx b/src/main/webapp/app/shared/layout/footer/footer.tsx index 502fdd7..dc3a205 100644 --- a/src/main/webapp/app/shared/layout/footer/footer.tsx +++ b/src/main/webapp/app/shared/layout/footer/footer.tsx @@ -1,17 +1,15 @@ import './footer.scss'; - import React from 'react'; - import { Col, Row } from 'reactstrap'; const Footer = () => ( -
+
+ ); export default Footer;