Compare commits
No commits in common. "e0079415dcd5e9c6dd90cd3d2469aafa68947627" and "eea6ef83ba5f51c2aca853f4f8e79872d298bcb7" have entirely different histories.
e0079415dc
...
eea6ef83ba
@ -41,7 +41,6 @@
|
||||
<script setup>
|
||||
import { ref, watch, onMounted, computed, reactive } from "vue";
|
||||
import { useI18n } from "vue-i18n";
|
||||
import quarterlyPdf from "@/assets/file/2025 Q1 Quarterly Results.pdf";
|
||||
|
||||
const { t } = useI18n();
|
||||
const searchQuery = ref("");
|
||||
@ -52,7 +51,7 @@ const state = reactive({
|
||||
title: "2025 Q1 Quarterly Results",
|
||||
description:
|
||||
"Unaudited First Quarter and Full Year 2025 Financial Results",
|
||||
url: quarterlyPdf,
|
||||
url: "/src/assets/file/2025 Q1 Quarterly Results.pdf",
|
||||
},
|
||||
],
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user