Skip to content
Snippets Groups Projects
Commit b772e775 authored by Tomáš Valenta's avatar Tomáš Valenta
Browse files

changeable card program label

parent 62a343c9
No related branches found
No related tags found
1 merge request!22Feat/redesign
......@@ -4,6 +4,7 @@
id="{{ id }}"
>
<ui-card-program
label="{{ header }}"
:points="{{ program_data }}"
></ui-card-program>
......
......@@ -5,7 +5,7 @@
<template>
<div class="bg-pirati-yellow py-16">
<div class="container--wide">
<h2 class="head-14xl head-compact mb-8">Program</h2>
<h2 class="head-14xl head-compact mb-8">{{ label }}</h2>
<ul
class="
......@@ -32,6 +32,6 @@
<script>
export default {
name: "CardProgram",
props: ["points"],
props: ["points", "label"],
}
</script>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment