Skip to content

Commit

Permalink
Merge branch 'main' into 49-status
Browse files Browse the repository at this point in the history
  • Loading branch information
amazingrando authored Sep 27, 2023
2 parents 23c812e + 31c71d9 commit 2dfe794
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,5 +164,12 @@ To come. TKTK
<sub style="font-size:14px"><b>Ryan Hagerty</b></sub>
</a>
</td>
<td align="center" style="word-wrap: break-word; width: 150.0; height: 150.0">
<a href=https://github.com/mndonx>
<img src=https://avatars.githubusercontent.com/u/2343957?v=4 width="100;" style="border-radius:50%;align-items:center;justify-content:center;overflow:hidden;padding-top:10px" alt=Amanda Luker/>
<br />
<sub style="font-size:14px"><b>Amanda Luker</b></sub>
</a>
</td>
</tr>
</table>
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import logo from './logo.twig';
/**
* Storybook Definition.
*/
export default { title: 'Molecules/Logo' };
export default { title: 'Components/Logo' };

export const Logo = () => logo();
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
} %}

<div {{ add_attributes(logo__attributes) }}>
{% embed "@atoms/links/link/link.twig" with {
{% embed "@components/links/link/link.twig" with {
link_base_class: 'logo__link',
link_url: logo__url|default('/'),
} %}
{% block link_content %}
{% include "@atoms/images/image/responsive-image.twig" with {
{% include "@components/images/image/responsive-image.twig" with {
output_image_tag: true,
image_src: directory ? '/' ~ directory ~ '/images/logo.png' : 'logo.png',
image_alt: 'Logo',
Expand Down

0 comments on commit 2dfe794

Please sign in to comment.