From 2c63559303688c7a60348295f5cf5cef9bd2225c Mon Sep 17 00:00:00 2001 From: Vladyslav Matsiiako Date: Tue, 27 Dec 2022 14:07:30 -0500 Subject: [PATCH] Updated request new invite illustration --- frontend/pages/requestnewinvite.js | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/frontend/pages/requestnewinvite.js b/frontend/pages/requestnewinvite.js index be6159988..c33861647 100644 --- a/frontend/pages/requestnewinvite.js +++ b/frontend/pages/requestnewinvite.js @@ -1,21 +1,31 @@ import React from "react"; import Head from "next/head"; +import Image from "next/image"; -export default function Activity() { +export default function RequestNewInvite() { return ( -
+
Request a New Invite -
-

Oops.

-

Your invite has expired.

-

Ask the administrator for a new one.

-

+

+

Oops, your invite has expired.

+

Ask the administrator for a new one.

+

Note: If it still {"doesn't work"}, please reach out to us at support@infisical.com

+
+ google logo +
);