diff --git a/src/App.tsx b/src/App.tsx index 6091594..01c25d7 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -52,17 +52,18 @@ export default function App() {

LNVPS

VPS

-
- {offers.map(a => )} -
+
+
+ {offers.map(a => )} +
-
- Please email sales@lnvps.net after paying the invoice with your order id, desired OS and ssh key -
-
- - All VPS come with 1x IPv4 and 1x IPv6 address and unmetered traffic. - +
+ Please email sales@lnvps.net after paying the invoice with your order id, desired OS and ssh key + + All VPS come with 1x IPv4 and 1x IPv6 address and unmetered traffic. + +
+
) } diff --git a/src/index.css b/src/index.css index ffeb578..71efdb6 100644 --- a/src/index.css +++ b/src/index.css @@ -31,4 +31,8 @@ h2 { } h3 { @apply text-lg font-medium my-2; +} + +a { + text-decoration: underline; } \ No newline at end of file