@asd20/ui 3.2.930 → 3.2.931

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "*.scss",
6
6
  "*.vue"
7
7
  ],
8
- "version": "3.2.930",
8
+ "version": "3.2.931",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <main class="asd20-template-profile">
2
+ <div class="asd20-template-profile">
3
3
  <!-- Skip Nav -->
4
4
  <asd20-skip-to />
5
5
 
@@ -352,7 +352,7 @@
352
352
  >
353
353
  <slot name="page-footer" />
354
354
  </asd20-page-footer>
355
- </main>
355
+ </div>
356
356
  </template>
357
357
 
358
358
  <script>