Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rexdotsh committed Dec 4, 2024
1 parent b293c69 commit fd83c59
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 5 additions & 2 deletions src/components/Projects.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ export default function Projects() {
<div class="p-4 bg-neutral-950">
<div class="flex justify-between">
<p class="text-neutral-300">⭐ aster</p>
<a href="" class="text-sm">
wip
</a>
</div>
<p class="text-sm">a much more easy to use and painless alternative to the default youtube studio.</p>
</div>
Expand All @@ -17,12 +20,12 @@ export default function Projects() {
<img src="https://i.imgur.com/AtDcSFO.png" class="w-full opacity-60 group-hover:opacity-100 transition h-[18rem] object-cover" alt="" />
<div class="p-4 bg-neutral-950">
<div class="flex justify-between">
<p class="text-neutral-300">🌺 Orchid</p>
<p class="text-neutral-300">🌺 orchid</p>
<a href="https://orchid.rex.wf" class="text-sm">
visit beta!
</a>
</div>
<p class="text-sm">a fast meme and profile picture editor packed with features and CAN run on low end devices.</p>
<p class="text-sm">a fast meme and profile picture editor packed with features, optimized to run on low end devices.</p>
</div>
</div>
</div>
Expand Down
1 change: 0 additions & 1 deletion src/routes/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ we build practical web tools that solve _real_ problems, transforming creative i
## projects

<Projects />
or you can also visit our [github](https://github.com/floraorg)
<br />
## team

Expand Down

0 comments on commit fd83c59

Please sign in to comment.