Skip to content

Commit 750c92a

Browse files
author
medevod
committed
doc update content
1 parent af244e2 commit 750c92a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/azure-static-web-apps-purple-glacier-0a500d203.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
id: package-version
5858
uses: martinbeentjes/npm-get-version-action@v1.3.1
5959
- name: Set preview version
60-
run: echo "PACKAGE_VERSION=v${{ steps.package-version.outputs.current-version}}-preview" >> $GITHUB_ENV
60+
run: echo "PACKAGE_VERSION=v${{ steps.package-version.outputs.current-version}}" >> $GITHUB_ENV
6161
- name: Build And Deploy
6262
id: builddeploy
6363
uses: Azure/static-web-apps-deploy@v1

demo/sections/icons-section.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ <h4>Actions</h4>
4343
</div>
4444
</div>
4545
<h3>Icon sizing (s to 5xl)</h3>
46-
<p>This section showcases the different sizes available for icons in our design system. The icons are categorized
46+
<p>The icons are categorized
4747
into different groups based on their usage. Below, you will find examples of navigation icons and action icons,
4848
all implemented using pure CSS.</p>
4949
<p>Additionally, we demonstrate the different sizes available for these icons, ranging from small (s) to 5
@@ -74,7 +74,7 @@ <h4>Sizing with external icons (svg)</h4>
7474
</div>
7575
<h3>Icon integration</h3>
7676
<h4>Buttons</h4>
77-
<p>This section showcases the integration of icons within buttons. We provide examples of buttons with inline icons,
77+
<p>We provide examples of buttons with inline icons,
7878
as well as buttons that use SVG icons. These examples demonstrate how icons can be seamlessly integrated into
7979
button elements to enhance usability and visual appeal.</p>
8080
<div data-toggle="htmlpreview">
@@ -83,7 +83,7 @@ <h4>Buttons</h4>
8383
<button>SVG<i class="mg-icon svg-icon-gears"></i></button>
8484
</div>
8585
<h4>Badges</h4>
86-
<p>This section showcases the integration of icons within badges. We provide examples of badges with inline icons,
86+
<p>We provide examples of badges with inline icons,
8787
as well as badges that use SVG icons. These examples demonstrate how icons can be seamlessly integrated into
8888
badge elements to enhance usability and visual appeal.</p>
8989
<div data-toggle="htmlpreview">

0 commit comments

Comments
 (0)