summaryrefslogtreecommitdiff
path: root/src/components/Scotsoun.astro
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Scotsoun.astro')
-rw-r--r--src/components/Scotsoun.astro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Scotsoun.astro b/src/components/Scotsoun.astro
index bbf9730..cca330d 100644
--- a/src/components/Scotsoun.astro
+++ b/src/components/Scotsoun.astro
@@ -56,7 +56,7 @@ const t = translate(locale);
scotsoun?.trackList && scotsoun.trackList.length > 1 && (
<>
<h2>Track list</h2>
- <ol>
+ <ol class="product__track-list">
{scotsoun.trackList.map((track) => (
<li>{track}</li>
))}