Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
0xTijan committed Jul 1, 2024
1 parent e889b87 commit 471efa5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/projects/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ export const projectsSl: Project[] = [
{
name: "BullFolio",
description: "Sledilnik kripto portfelja, ki uporabnikom omogoča ustvarjanje strategij in opozoril na podlagi tehnične analize in jim omogoča, da nikoli več ne zamudijo premika na trgu.",
image: BananaPayV1,
image: BullFolio,
url: "https://bullfolio.tijan.dev/",
github: "",
technologies: getSkill(["react", "typescript", "firebase", "css"])
Expand Down
1 change: 0 additions & 1 deletion src/components/skills/Skills.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ const Skills = () => {
<div key={skills.type} className="skills-type">
<div className="texts">
<p className="text"><b>{skills.type}</b></p>
<p className="text skill-description">{skills.description}</p>
</div>
<div className="skill-icons-gird">
{skills.skills.map((skill: Skill) => {
Expand Down

0 comments on commit 471efa5

Please sign in to comment.