Skip to content

Commit

Permalink
indent example
Browse files Browse the repository at this point in the history
  • Loading branch information
woylie committed Dec 13, 2023
1 parent d1d4b41 commit 3342b95
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/doggo.ex
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,11 @@ defmodule Doggo do
## Example
<.breadcrumb>
<:item patch="/categories">Categories</:item>
<:item patch="/categories/1">Reviews</:item>
<:item patch="/categories/1/articles/1">The Movie</:item>
</.breadcrumb>
<.breadcrumb>
<:item patch="/categories">Categories</:item>
<:item patch="/categories/1">Reviews</:item>
<:item patch="/categories/1/articles/1">The Movie</:item>
</.breadcrumb>
"""
@doc type: :component

Expand Down

0 comments on commit 3342b95

Please sign in to comment.