Skip to content

Commit 1a436da

Browse files
committed
Added Powered by FluentCSS text.
1 parent 2b8ece1 commit 1a436da

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/e-commerce/contact.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ <h2 class="text-center">Contact Us</h2>
5858
</div>
5959
</div>
6060
<footer class="text-right">
61-
<p>&copy; 2023 E-Commerce Shop. All rights reserved.</p>
61+
<p>2023. Duolingo Icons Shop (Powered by FluentCSS).</p>
6262
</footer>
6363

6464
<script type="application/javascript">

examples/e-commerce/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ <h1 class="text-center">Limited Edition Icons Bundle</h1>
7777
</div>
7878
</div>
7979
<footer class="text-right">
80-
<p>&copy; 2023 E-Commerce Shop. All rights reserved.</p>
80+
<p>2023. Duolingo Icons Shop (Powered by FluentCSS).</p>
8181
</footer>
8282

8383
<script type="application/javascript">

examples/e-commerce/products.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ <h3 class="round-heading bg-green b-dark-green">Lingot Icon</h3>
8282
</div>
8383
</div>
8484
<footer class="text-right">
85-
<p>&copy; 2023 E-Commerce Shop. All rights reserved.</p>
85+
<p>2023. Duolingo Icons Shop (Powered by FluentCSS).</p>
8686

8787
<script type="application/javascript">
8888
const hamburger = document.querySelector(".hamburger");

examples/e-commerce/shopping-cart.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ <h3>Lingot Icon</h3>
134134
</div>
135135
</div>
136136
<footer class="text-right">
137-
<p>&copy; 2023 E-Commerce Shop. All rights reserved.</p>
137+
<p>2023. Duolingo Icons Shop (Powered by FluentCSS).</p>
138138
</footer>
139139

140140
<script type="application/javascript">

0 commit comments

Comments
 (0)