diff --git a/src/components/cards/PwcCard.vue b/src/components/cards/PwcCard.vue new file mode 100644 index 00000000..4a8e3f61 --- /dev/null +++ b/src/components/cards/PwcCard.vue @@ -0,0 +1,156 @@ + + + + + \ No newline at end of file diff --git a/src/views/Home/Home.vue b/src/views/Home/Home.vue index e4949f4c..64f0469e 100644 --- a/src/views/Home/Home.vue +++ b/src/views/Home/Home.vue @@ -19,6 +19,7 @@ + @@ -70,8 +71,9 @@ import { import { mapActions } from "pinia"; import CardContainer from "@/components/CardContainer.vue"; import UpcomingEventsCard from "@/components/cards/UpcomingEventsCard.vue"; -import IconTextCard from "@/components/cards/IconTextCard.vue"; -import WeatherCard from "@/components/cards/WeatherCard.vue"; + import IconTextCard from "@/components/cards/IconTextCard.vue"; + import WeatherCard from "@/components/cards/WeatherCard.vue"; + import PwcCard from "@/components/cards/PwcCard.vue"; import ScheduleCard from "@/components/cards/ScheduleCard.vue"; import HolidayCard from "@/components/cards/HolidayCard.vue"; import ContributeCard from "@/components/cards/ContributeCard.vue"; @@ -96,6 +98,7 @@ export default { IconTextCard, ScheduleCard, WeatherCard, + PwcCard, HolidayCard, ContributeCard, NewThemeCard,