Skip to content

Commit

Permalink
chore: master -> main 브랜치명 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
hanjo8813 committed Aug 17, 2022
1 parent 588b5fa commit f43ecc7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Deploy to EC2

on:
push:
branches: [ master ]
branches: [ main ]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions app/templates/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
<i class="fas fa-calendar-day"></i>&nbsp;&nbsp;오늘 방문자 수 : {{visit_today}}
</div>
<div style="margin-top:0.4rem;">
<i class="fas fa-user"></i>&nbsp;&nbsp;총 방문자 수 : {{visit_total}}
<i class="fas fa-mouse" style="margin-right:0.1rem;"></i>&nbsp;&nbsp;총 방문자 수 : {{visit_total}}
</div>
<div style="margin-top:0.4rem;">
<i class="fas fa-mouse" style="margin-right:0.1rem;"></i>&nbsp;&nbsp;총 회원 수 : {{user_num}}
<i class="fas fa-user"></i>&nbsp;&nbsp;총 회원 수 : {{user_num}}
</div>
</div>
</header>
Expand Down

0 comments on commit f43ecc7

Please sign in to comment.