Skip to content
This repository has been archived by the owner on Jul 30, 2021. It is now read-only.

Commit

Permalink
fix: banner
Browse files Browse the repository at this point in the history
  • Loading branch information
RitaOak committed Jun 5, 2020
1 parent 20a1a1e commit 09f4d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/groups-banner.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class bannerGroups extends LitElement {
return html`
<section>
<figure class="image is-1by3 is-fullwidth banner">
<img src="https://www.apereo.org/sites/default/files/styles/slider_large/public/OA2020%20Logo%20Flat%20w1200.jpg?itok=qTI6Np7z" />
<img src="https://images.pexels.com/photos/3184660/pexels-photo-3184660.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" />
</figure>
</section>
`;
Expand Down

1 comment on commit 09f4d95

@datreeio
Copy link

@datreeio datreeio bot commented on 09f4d95 Jun 5, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All Rules (6 / 6) Passed

👑 Good job! this pull request is aligned with your organization's best practices!

👉 You can review your rules settings at smart policy management 👈

Please sign in to comment.