feat(SW-185): Added comment for later work

This commit is contained in:
Pontus Dreij
2024-08-21 14:24:06 +02:00
parent 9eabde71c9
commit 8eac63c365

View File

@@ -65,10 +65,10 @@ export default async function FooterDetails() {
{link.title} {link.title}
</Link> </Link>
))} ))}
{
// This will be changed to the new LangueSwitcher that is done in the header branch, when implementing contentstack
}
</nav> </nav>
{
// This will be changed to the new LangueSwitcher that is done in the header branch, when implementing contentstack
}
<LanguageSwitcher urls={detailsData.languageSwitcher.urls} /> <LanguageSwitcher urls={detailsData.languageSwitcher.urls} />
</div> </div>
</div> </div>