feat: rename lists to projects #2697

Closed
konrad wants to merge 53 commits from feature/rename-lists-to-projects into main
1 changed files with 2 additions and 2 deletions
Showing only changes of commit d3d860d3bd - Show all commits

View File

@ -36,7 +36,7 @@
<BaseButton class="unsplash-credit__link" href="https://unsplash.com">{{ $t('project.background.poweredByUnsplash') }}</BaseButton>
</p>
<ul class="image-search__result-project">
<ul class="image-search__result-list">
konrad marked this conversation as resolved Outdated

This is a result-list

This is a `result-list`
<li
v-for="im in backgroundSearchResult"
class="image-search__result-item"
@ -236,7 +236,7 @@ async function removeBackground() {
color: var(--grey-800);
}
.image-search__result-project {
.image-search__result-list {
konrad marked this conversation as resolved Outdated

This is a result-list

This is a `result-list`
--items-per-row: 1;
margin: 1rem 0 0;
display: grid;