Skip to content

Commit

Permalink
feat: wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
bojanrajh committed Nov 22, 2023
1 parent 7fb7b76 commit b33cbf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/SwagChangelogWrapper.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<div class="grid gap-5">
<h4 class="SwagChangelogWrapper_title">
Changelog
<a href="https://github.com/shopware/platform/blob/trunk/CHANGELOG.md"
<a href="https://github.com/shopware/shopware/releases"
target="_blank"
class="SwagChangelogWrapper_link as-link">
View on GitHub
Expand Down Expand Up @@ -80,7 +80,7 @@ const intro = new DOMParser().parseFromString(content, "text/html").querySelecto
@apply bg-[var(--sw-c-gray-50)];
&_grid {
@apply grid;
@media (min-width: 768px) {
@media (min-width: 960px) {
grid-template-columns: 2fr 1fr;
}
}
Expand Down

0 comments on commit b33cbf8

Please sign in to comment.