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 fb57eff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 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
7 changes: 4 additions & 3 deletions frontend/src/app/docs/docs.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@
We start by retrieving the primary key to enable the installation of our keyring and mirror list.
</div>
<div>
<pre (click)="copyText(installRepo)" class="whitespace-pre-wrap py-5 text-base">
<code [highlight]="installRepo" language="shell" pTooltip="Copy to clipboard"
tooltipPosition="top"></code><br></pre>
<pre (click)="copyText(installRepo)" class="whitespace-pre-wrap py-5 text-base"><code [highlight]="installRepo"
language="shell"
pTooltip="Copy to clipboard"
tooltipPosition="top"></code><br></pre>
<p-divider />
<p>Then, we append (adding at the end) the following to <i>/etc/pacman.conf</i>:</p>
<pre class="whitespace-pre-wrap py-5"><code (click)="copyText(appendRepo)" [highlight]="appendRepo"
Expand Down

0 comments on commit fb57eff

Please sign in to comment.