Skip to content

Commit

Permalink
fix image urls
Browse files Browse the repository at this point in the history
  • Loading branch information
majk-p committed May 12, 2024
1 parent 6efe151 commit 558a2ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/src/components/HomepageFeatures.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import styles from './HomepageFeatures.module.css';
const FeatureList = [
{
title: 'Built for OAuth2',
imagePath: "/sttp-oauth2/img/oauth2.png",
imagePath: "/img/oauth2.png",
// Svg: require('../../static/img/undraw_docusaurus_mountain.svg').default,
description: (
<>
Expand All @@ -15,7 +15,7 @@ const FeatureList = [
},
{
title: 'Powered by Scala',
imagePath: "/sttp-oauth2/img/scala.png",
imagePath: "/img/scala.png",
// Svg: require('../../static/img/undraw_docusaurus_react.svg').default,
description: (
<>
Expand All @@ -26,7 +26,7 @@ const FeatureList = [
},
{
title: 'Polyvariant',
imagePath: "/sttp-oauth2/img/polyvariant.png",
imagePath: "/img/polyvariant.png",
// Svg: require('../../static/img/undraw_docusaurus_react.svg').default,
description: (
<>
Expand Down

0 comments on commit 558a2ba

Please sign in to comment.