From b5c336f8fb2e1c5ab82fce0cc87f17729d57527d Mon Sep 17 00:00:00 2001
From: br0kenpixel <23280129+br0kenpixel@users.noreply.github.com>
Date: Mon, 20 Oct 2025 19:10:21 +0200
Subject: [PATCH] refactor: replace `PageCard` with `InfoCard` in company and
student information pages
---
frontend/app/components/InfoCard.vue | 57 ++++++++++++++++++++++++++++
frontend/app/pages/info/company.vue | 14 +++----
frontend/app/pages/info/student.vue | 20 +++++-----
3 files changed, 74 insertions(+), 17 deletions(-)
create mode 100644 frontend/app/components/InfoCard.vue
diff --git a/frontend/app/components/InfoCard.vue b/frontend/app/components/InfoCard.vue
new file mode 100644
index 0000000..be45527
--- /dev/null
+++ b/frontend/app/components/InfoCard.vue
@@ -0,0 +1,57 @@
+
+