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

add a link to tell people how to submit a repo #576

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frontend/src/app/footer/footer.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<app-footer-list [title]="'Contribute'">
<li><a class="reverse" target="_blank" href="https://github.com/helm/hub">Helm Hub</a></li>
<li><a class="reverse" target="_blank" href="https://github.com/helm/monocular">Monocular</a></li>
<li><a class="reverse" target="_blank" href="https://github.com/helm/helm">Helm</a></li>
Copy link
Member

Choose a reason for hiding this comment

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

any reason to remove this one? We can probably just add this as an additional link? although I suppose it might look weird having 4 vs 3 in this column?

<li><a class="reverse" target="_blank" href="https://github.com/helm/hub/blob/master/Repositories.md#process-to-add-a-repository">Submit a Repo</a></li>
</app-footer-list>
<app-footer-list [title]="'Follow'">
<li><a class="reverse" target="_blank" href="http://slack.k8s.io/#helm-users">Slack</a></li>
Expand Down