diff --git a/src/pages/whatsnew/WhatsNewPage.tsx b/src/pages/whatsnew/WhatsNewPage.tsx index 812bd61..959d797 100644 --- a/src/pages/whatsnew/WhatsNewPage.tsx +++ b/src/pages/whatsnew/WhatsNewPage.tsx @@ -2,7 +2,7 @@ // This file is part of KristWeb 2 under GPL-3.0. // Full details: https://github.com/tmpim/KristWeb2/blob/master/LICENSE.txt import { useState, useEffect } from "react"; -import { Row, Col, Typography, Tooltip } from "antd"; +import { Row, Col, Typography, Tooltip, Card } from "antd"; import { GithubOutlined } from "@ant-design/icons"; import { useTranslation } from "react-i18next"; @@ -61,7 +61,23 @@ {/* KristWeb What's new */} - + + {/* Temporary card */} + +

+ This +

+
+ {/* KristWeb commits */}