From 7c0e1951900260a38de21865666a5efea53cfe50 Mon Sep 17 00:00:00 2001 From: Gagan Deep Singh Date: Tue, 3 Dec 2024 21:52:12 +0530 Subject: [PATCH] Move the PAT section to the top in demos home page --- src/common/index.ejs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/common/index.ejs b/src/common/index.ejs index 7f074a6..bfc4238 100644 --- a/src/common/index.ejs +++ b/src/common/index.ejs @@ -9,6 +9,11 @@ <% } %>
+

PAT

+
+ <%= renderCard('Privacy Sandcastle', '🔒', 'https://psat-pat-demos-home.dev/') %> + <%= renderCard('Casale Media Demo', '🛡️', 'https://privacysandboxdemos.domain-aaa.com/') %> +

PPE

<%= renderCard('Analytics Tracking', '🔎', '/analytics') %> @@ -27,11 +32,6 @@ <%= renderCard('Storage Access API', '🗃️', '/storage-access-api') %> <%= renderCard('Frame Overlay', '🔲', '/frame-overlay') %>
-

PAT

-
- <%= renderCard('Privacy Sandcastle', '🔒', 'https://psat-pat-demos-home.dev/') %> - <%= renderCard('Casale Media Demo', '🛡️', 'https://privacysandboxdemos.domain-aaa.com/') %> -
<%- include(commonPath + '/footer.ejs') %>