Skip to content

Commit

Permalink
tilde
Browse files Browse the repository at this point in the history
  • Loading branch information
FdelMazo authored Sep 2, 2024
1 parent 3cf85f3 commit dc4f4ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Repos.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ const sortOptions = [
const NoReposMessage = ({ codigos }) => (
<div>
<p>
Esta materia aún no tiene repositorios. <br /> Agrega el primero con
Esta materia aún no tiene repositorios. <br /> Agregá el primero con
{codigos.length === 1 ? " el tag" : " cualquiera de los tags"}
{codigos.map((c) => (
<Code key={c} mx={1} textIndent={0} colorScheme="purple">
Expand Down

0 comments on commit dc4f4ec

Please sign in to comment.