Skip to content

Commit

Permalink
fix(frontend): repeated word
Browse files Browse the repository at this point in the history
  • Loading branch information
dr460nf1r3 committed Jan 4, 2025
1 parent 62dc901 commit 11a5da3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions frontend/src/app/about/about.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ <h3 class="text-maroon pb-5 text-center text-lg font-bold">{{ member.name }}</h3
<ul class="chaotic-list-regular text-text">
<li>Please use our issue trackers or the Telegram group, for general questions and support.</li>
<li>
If a matter needs to be discussed privately, feel free to pick any of these channels:
If a matter needs to be discussed privately, feel free to pick any of
<a
class="text-mauve"
href="https://keyoxide.org/D245D484F3578CB17FD6DA6B67DB29BFF3C96757"
Expand Down Expand Up @@ -110,10 +110,11 @@ <h3 class="text-maroon pb-5 text-center text-lg font-bold">{{ member.name }}</h3
<p-panel header="Reporting bugs">
<ul class="chaotic-list-regular text-text">
<li>
Feel free to create issues to suggest enhancements, flag database corruptions, and all other requests:
Feel free to create
<a class="text-mauve" href="https://github.com/chaotic-aur/packages/issues" rel="noopener" target="_blank"
>issues</a
>
to suggest enhancements, flag database corruptions, and all other requests.
</li>
<li>Please report build bugs to the AUR package maintainers.</li>
</ul>
Expand Down

0 comments on commit 11a5da3

Please sign in to comment.