Refactor API requests and update component imports
This commit is contained in:
@ -128,7 +128,7 @@
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
margin-bottom: 40px;
|
||||
background-image: url('@/assets/images/community-banner.png');
|
||||
background-image: url('~/assets/images/community-banner.png');
|
||||
background-size: 100% 100%;
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
@ -161,7 +161,7 @@
|
||||
h2 {
|
||||
color: #333;
|
||||
margin: 40px 0 20px;
|
||||
background-image: url('@/assets/images/community-bg.png');
|
||||
background-image: url('~/assets/images/community-bg.png');
|
||||
background-size: 120px 16px;
|
||||
background-position: 14px 22px;
|
||||
background-repeat: no-repeat;
|
||||
|
||||
Reference in New Issue
Block a user