Skip to content

Commit

Permalink
Merge pull request #82 from letmeknowmyfriend/Chore/Set_Up_For_Deploy
Browse files Browse the repository at this point in the history
[Fix] bodyHeader, footer 변경
  • Loading branch information
ChaCha3088 authored Dec 28, 2023
2 parents b76df2f + 22d1777 commit 8b1c010
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/templates/fragments/bodyHeader.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html xmlns:th="http://www.thymeleaf.org">
<div class="header" th:fragment="bodyHeader">
<a href="/"><h3 class="text-muted">My Little Store</h3></a>
<a href="/"><h3 class="text-muted">Let Me Know</h3></a>
</div>
2 changes: 1 addition & 1 deletion src/main/resources/templates/fragments/footer.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html xmlns:th="http://www.thymeleaf.org">
<div class="footer" th:fragment="footer">
<p>&copy; My Little Store</p>
<p>&copy; Let Me Know</p>
</div>

0 comments on commit 8b1c010

Please sign in to comment.