Skip to content

Commit

Permalink
Merge pull request #28 from Brian-Pob/master
Browse files Browse the repository at this point in the history
removed overengineered code
  • Loading branch information
Brian-Pob authored Feb 14, 2024
2 parents 51b9fa5 + 137c724 commit e777cb5
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 26 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion src/Challenges/Challenges.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const ChallengesList: Challenge[] = [
},
{
name: 'Article Preview Component',
path: '/Challenges/ArticlePreviewComponent',
path: 'https://cheerful-pastelito-dd1736.netlify.app/',
description:
'A simple article preview component. Using Tailwind CSS for styling. The layout of the component changes based on screen size',
tags: ['SolidJS', 'Tailwind CSS', 'Media Queries'],
Expand Down
5 changes: 0 additions & 5 deletions src/Challenges/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ import AgeCalculator from './AgeCalculator';
import TestimonialsGrid from './TestimonialsGrid';
import Calculator from './Calculator';

import Redirector from '../components/Redirector';

export {
OrderSummaryComponent,
Ping,
Expand All @@ -16,7 +14,4 @@ export {
AgeCalculator,
TestimonialsGrid,
Calculator,

// Redirector for handling redirects to external sites
Redirector,
};
20 changes: 0 additions & 20 deletions src/components/Redirector/index.tsx

This file was deleted.

0 comments on commit e777cb5

Please sign in to comment.