Skip to content

Commit

Permalink
update config + features home
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewwong525 committed Apr 30, 2024
1 parent 3928b74 commit 033affa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion docusaurus/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const config: Config = {
favicon: 'img/favicon.ico',

// Set the production url of your site here
url: 'https://resources.devtodollars.com',
url: 'https://devtodollars.com',
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: '/',
Expand Down
3 changes: 0 additions & 3 deletions docusaurus/src/components/features-home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,6 @@ export default function FeaturesHome() {
</div>
<div className="flex justify-center items-center w-8 h-8 bg-white rounded-full shadow shrink-0 ml-3">
💰
{/* <svg className="w-3 h-3 fill-current" viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg"> */}
{/* <path d="M11.334 8.06a.5.5 0 00-.421-.237 6.023 6.023 0 01-5.905-6c0-.41.042-.82.125-1.221a.5.5 0 00-.614-.586 6 6 0 106.832 8.529.5.5 0 00-.017-.485z" fill="#191919" fillRule="nonzero" /> */}
{/* </svg> */}
</div>
</button>
</div>
Expand Down

0 comments on commit 033affa

Please sign in to comment.