@turnipxenon/pineapple 3.1.0-alpha.10 → 3.1.0-alpha.11

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.
@@ -62,7 +62,7 @@
62
62
  <!-- all the misc routes-->
63
63
  {#each visiblePages as pageMeta (pageMeta.title)}
64
64
  {@const fullPath=`${parentSubpath}${pageMeta.relativeLink}`}
65
- <a href={localizeHref(fullPath)} class="card-anchor">
65
+ <a href={localizeHref(fullPath)} class="card-anchor a-as-btn">
66
66
  <PinyaCard
67
67
  widthClass="w-full"
68
68
  className="navigation-element"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@turnipxenon/pineapple",
3
3
  "description": "personal package for base styling for other personal projects",
4
- "version": "3.1.0-alpha.10",
4
+ "version": "3.1.0-alpha.11",
5
5
  "scripts": {
6
6
  "dev": "vite dev",
7
7
  "build": "vite build && yarn package",