Skip to content

Commit

Permalink
Start changing images to self hosted
Browse files Browse the repository at this point in the history
Sorry DaisyUI! I was using your images for development, not meaning to steal your bandwidth.
  • Loading branch information
davidalejandroaguilar committed Sep 17, 2024
1 parent bbc05ed commit 7fa633d
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 1 deletion.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified app/.DS_Store
Binary file not shown.
Binary file modified app/assets/.DS_Store
Binary file not shown.
Binary file added app/assets/images/green_sneaker.webp
Binary file not shown.
4 changes: 3 additions & 1 deletion app/views/components/examples/cards/basic_component.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module Examples
module Cards
class BasicComponent < Base
include Phlex::Rails::Helpers::ImagePath

def title
"Card"
end
Expand Down Expand Up @@ -32,7 +34,7 @@ def example
private

def src
"https://img.daisyui.com/images/stock/photo-1606107557195-0e29a4b5b4aa.webp"
image_path "green_sneaker.webp"
end
end
end
Expand Down

0 comments on commit 7fa633d

Please sign in to comment.