diff --git a/app/MindWork AI Studio/Components/ConfidenceInfo.razor b/app/MindWork AI Studio/Components/ConfidenceInfo.razor
index ebb76e8..99730e9 100644
--- a/app/MindWork AI Studio/Components/ConfidenceInfo.razor
+++ b/app/MindWork AI Studio/Components/ConfidenceInfo.razor
@@ -1,56 +1,58 @@
@using AIStudio.Provider
-@if (this.Mode is ConfidenceInfoMode.ICON)
-{
-
-}
-else
-{
-
- Confidence
-
-}
-
-
-
-
-
- Confidence Card
-
-
-
- Description
-
-
- @if (this.currentConfidence.Sources.Count > 0)
- {
- Sources
-
- @foreach (var sourceTuple in this.GetConfidenceSources())
- {
-
- }
-
- }
-
- @if (!string.IsNullOrWhiteSpace(this.currentConfidence.Region))
- {
- Region
-
- @this.currentConfidence.Region
-
- }
-
- Confidence Level
-
- @this.currentConfidence.Level.GetName()
-
-
-
-
- Close
+
+ @if (this.Mode is ConfidenceInfoMode.ICON)
+ {
+
+ }
+ else
+ {
+
+ Confidence
-
-
-
+ }
+
+
+
+
+
+
+ Confidence Card
+
+
+
+ Description
+
+
+ @if (this.currentConfidence.Sources.Count > 0)
+ {
+ Sources
+
+ @foreach (var sourceTuple in this.GetConfidenceSources())
+ {
+
+ }
+
+ }
+
+ @if (!string.IsNullOrWhiteSpace(this.currentConfidence.Region))
+ {
+ Region
+
+ @this.currentConfidence.Region
+
+ }
+
+ Confidence Level
+
+ @this.currentConfidence.Level.GetName()
+
+
+
+
+ Close
+
+
+
+
\ No newline at end of file
diff --git a/app/MindWork AI Studio/packages.lock.json b/app/MindWork AI Studio/packages.lock.json
index c6124bf..a868191 100644
--- a/app/MindWork AI Studio/packages.lock.json
+++ b/app/MindWork AI Studio/packages.lock.json
@@ -178,6 +178,6 @@
"contentHash": "FHNOatmUq0sqJOkTx+UF/9YK1f180cnW5FVqnQMvYUN0elp6wFzbtPSiqbo1/ru8ICp43JM1i7kKkk6GsNGHlA=="
}
},
- "net8.0/osx-x64": {}
+ "net8.0/osx-arm64": {}
}
}
\ No newline at end of file
diff --git a/app/MindWork AI Studio/wwwroot/changelog/v0.9.11.md b/app/MindWork AI Studio/wwwroot/changelog/v0.9.11.md
new file mode 100644
index 0000000..569eac1
--- /dev/null
+++ b/app/MindWork AI Studio/wwwroot/changelog/v0.9.11.md
@@ -0,0 +1,2 @@
+# v0.9.11, build 186
+- Added a tooltip to the confidence card button.
\ No newline at end of file