Skip to content

Commit

Permalink
Merge pull request #437 from dobrac/qplay-end-store
Browse files Browse the repository at this point in the history
feat: Added back store with end sale
  • Loading branch information
spettyqp authored Mar 4, 2024
2 parents 7af8eec + 20ab37c commit 7c02d7d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
10 changes: 5 additions & 5 deletions components/VIPTable.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {Fragment, useState} from "react";

const sections = [
{
/* {
header: 'Cena',
color: '#FFBF00',
items: [
Expand All @@ -20,17 +20,17 @@ const sections = [
legend: '9,9 EUR',
},
],
},
},*/
{
header: 'Detaily skupiny',
color: '#5E7594',
items: [
{
name: 'Délka trvání výhod',
default: '-',
vip: '30 dní',
master: '30 dní',
legend: '30 dní',
vip: 'do 30.3.2024',
master: 'do 30.3.2024',
legend: 'do 30.3.2024',
},
{
name: 'Prefix v tabu a chatu',
Expand Down
1 change: 1 addition & 0 deletions layout/LayoutDefault.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const menu = [
new MenuItem("Připojení", "/jak-se-pripojit"),
new MenuItem("Pravidla", "/pravidla"),
new MenuItem("VIP účet", "/vip", false),
new MenuItem("Obchod", "https://store.qplay.cz/category/328613", true, "special"),
new MenuItem("Hlasování", "/hlasovani"),
new MenuItem("Náš tým", "/nas-tym"),
new MenuItem("Nápověda", "/navod").setItems([
Expand Down
5 changes: 5 additions & 0 deletions pages/vip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@ export default function VIP() {
</span>
</div>
</h2> */}
<h3 style={{textAlign: "center"}}>
<span style={{fontWeight: "bold"}}>Do uzavření serveru 30.3.2024 si lze ještě zakoupit položky na: <br />
{" "}<a
href="https://store.qplay.cz/category/328613" target="_blank" rel="noreferrer">store.qplay.cz</a>{" "}</span>
</h3>
{/*<h4 style={{textAlign: "center"}}>
<span><a href="#poukaz VIP" className={"voucher"}><Image src={Voucher} alt={"voucher"}/></a></span>
</h4>*/}
Expand Down

0 comments on commit 7c02d7d

Please sign in to comment.