Skip to content

Commit

Permalink
Corrected typing typo.
Browse files Browse the repository at this point in the history
Signed-off-by: June Saehwan <[email protected]>
Co-authored-by: Han Kyuhyun <[email protected]>
Co-authored-by: ByunJeongHeum <[email protected]>
Co-authored-by: Jongmin Lee <[email protected]>
  • Loading branch information
4 people committed Sep 11, 2023
1 parent c1080d4 commit 9dc8ca3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions frontend/src/css/Home_style.css
Original file line number Diff line number Diff line change
Expand Up @@ -126,15 +126,6 @@
width: 578px;
}

.home .lPVS {
height: 96px;
left: 0;
object-fit: cover;
position: absolute;
top: 0px;
width: 222px;
}

.home .overlap {
height: 43px;
left: 302px;
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/database_dump.sql
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ CREATE TABLE `queue` (
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `LPVSMember`
-- Table structure for table `member`
--

DROP TABLE IF EXISTS `member`;
Expand Down

0 comments on commit 9dc8ca3

Please sign in to comment.