From 6e46273e15286b58f7f4d86c6ec45aa9c2a644b9 Mon Sep 17 00:00:00 2001 From: Nara Date: Tue, 30 Jun 2026 17:14:13 +0200 Subject: [PATCH] fix(vcc-listing): pin version of fluent ui to fix broken website --- Website/app.js | 2 +- Website/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Website/app.js b/Website/app.js index b15c8fe..b518655 100644 --- a/Website/app.js +++ b/Website/app.js @@ -1,4 +1,4 @@ -import { baseLayerLuminance, StandardLuminance } from 'https://unpkg.com/@fluentui/web-components'; +import { baseLayerLuminance, StandardLuminance } from 'https://unpkg.com/@fluentui/web-components@2.6.1'; const LISTING_URL = "{{ listingInfo.Url }}"; diff --git a/Website/index.html b/Website/index.html index 358c501..60a8be5 100644 --- a/Website/index.html +++ b/Website/index.html @@ -4,7 +4,7 @@ VCC Listing - +