@asd20/ui 3.2.704 → 3.2.705

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.704",
8
+ "version": "3.2.705",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <div class="asd20-template-profile">
2
+ <main class="asd20-template-profile">
3
3
  <!-- Skip Nav -->
4
4
  <asd20-skip-to />
5
5
 
@@ -320,7 +320,7 @@
320
320
  >
321
321
  <slot name="page-footer" />
322
322
  </asd20-page-footer>
323
- </div>
323
+ </main>
324
324
  </template>
325
325
 
326
326
  <script>