@saasmakers/ui 2.0.4 → 2.0.5

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.
@@ -138,14 +138,14 @@ function processGoogleCallback(event: MessageEvent) {
138
138
  v-if="provider === 'apple'"
139
139
  :alt="t('appleLogo')"
140
140
  class="mr-2.5 w-4.5 dark:invert"
141
- src="/images/auth/AppleConnect/apple.svg"
141
+ src="/images/auth/AuthSocialConnect/apple.svg"
142
142
  >
143
143
 
144
144
  <img
145
145
  v-else-if="provider === 'google'"
146
146
  :alt="t('googleLogo')"
147
147
  class="mr-2.5 w-5"
148
- src="/images/auth/GoogleConnect/google.svg"
148
+ src="/images/auth/AuthSocialConnect/google.svg"
149
149
  >
150
150
  </BaseButton>
151
151
  </template>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saasmakers/ui",
3
- "version": "2.0.4",
3
+ "version": "2.0.5",
4
4
  "private": false,
5
5
  "description": "Reusable Nuxt UI components for SaaS Makers projects",
6
6
  "license": "MIT",