Skip to content

Commit e1a14da

Browse files
fix: apply Prettier formatting to about and conferences pages
1 parent e758cbf commit e1a14da

2 files changed

Lines changed: 11 additions & 29 deletions

File tree

src/pages/about.astro

Lines changed: 8 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,7 @@ const metadata = {
147147
items={[
148148
{
149149
title: 'Azure Local SOFS FSLogix',
150-
description:
151-
'Scale-Out File Server with FSLogix profile container support for Azure Local deployments.',
150+
description: 'Scale-Out File Server with FSLogix profile container support for Azure Local deployments.',
152151
icon: 'tabler:folders',
153152
},
154153
{
@@ -159,8 +158,7 @@ const metadata = {
159158
},
160159
{
161160
title: 'Azure Local Load Tools',
162-
description:
163-
'Performance testing and load simulation tools purpose-built for Azure Local clusters.',
161+
description: 'Performance testing and load simulation tools purpose-built for Azure Local clusters.',
164162
icon: 'tabler:gauge',
165163
},
166164
{
@@ -182,20 +180,10 @@ const metadata = {
182180
resources. New tools are being added weekly to the companion GitHub organization.
183181
</p>
184182
<div class="flex flex-wrap gap-3">
185-
<a
186-
href="https://azurelocal.cloud"
187-
target="_blank"
188-
rel="noopener noreferrer"
189-
class="btn btn-primary sm:w-auto"
190-
>
183+
<a href="https://azurelocal.cloud" target="_blank" rel="noopener noreferrer" class="btn btn-primary sm:w-auto">
191184
Visit azurelocal.cloud
192185
</a>
193-
<a
194-
href="https://github.com/AzureLocal"
195-
target="_blank"
196-
rel="noopener noreferrer"
197-
class="btn sm:w-auto"
198-
>
186+
<a href="https://github.com/AzureLocal" target="_blank" rel="noopener noreferrer" class="btn sm:w-auto">
199187
GitHub: AzureLocal
200188
</a>
201189
</div>
@@ -215,20 +203,17 @@ const metadata = {
215203
items={[
216204
{
217205
title: 'Blog & Walkthroughs',
218-
description:
219-
'Technical blog posts, step-by-step guides, and real-world hybrid cloud scenarios from the field.',
206+
description: 'Technical blog posts, step-by-step guides, and real-world hybrid cloud scenarios from the field.',
220207
icon: 'tabler:notebook',
221208
},
222209
{
223210
title: 'Demo Resources',
224-
description:
225-
'Scripts, templates, and lab environments used in conference demos and training sessions.',
211+
description: 'Scripts, templates, and lab environments used in conference demos and training sessions.',
226212
icon: 'tabler:code',
227213
},
228214
{
229215
title: 'Community Tools',
230-
description:
231-
'Various open-source tools and utilities shared through the companion GitHub organization.',
216+
description: 'Various open-source tools and utilities shared through the companion GitHub organization.',
232217
icon: 'tabler:tools',
233218
},
234219
]}
@@ -252,12 +237,7 @@ const metadata = {
252237
>
253238
Visit thisismydemo.cloud
254239
</a>
255-
<a
256-
href="https://github.com/thisismydemo"
257-
target="_blank"
258-
rel="noopener noreferrer"
259-
class="btn sm:w-auto"
260-
>
240+
<a href="https://github.com/thisismydemo" target="_blank" rel="noopener noreferrer" class="btn sm:w-auto">
261241
GitHub: thisismydemo
262242
</a>
263243
</div>

src/pages/conferences.astro

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,9 @@ const metadata = {
328328
}}
329329
>
330330
<Fragment slot="content">
331-
<h3 class="text-2xl font-bold tracking-tight dark:text-white sm:text-3xl mb-2">Live! 360 Tech Con Orlando 2026</h3>
331+
<h3 class="text-2xl font-bold tracking-tight dark:text-white sm:text-3xl mb-2">
332+
Live! 360 Tech Con Orlando 2026
333+
</h3>
332334
<p class="mb-4">
333335
Six conferences under one roof — TechMentor, VS Live!, Data Platform Live!, AI Live!, AI Enterprise
334336
Architecture, and Cybersecurity & Ransomware. Over 200 sessions, 30+ hands-on labs, and deep dives for IT pros,

0 commit comments

Comments
 (0)