Skip to content

Commit a4e0d83

Browse files
committed
Redame actualizado: Lenguajes más usados ahora excluye el repositorio del servidor del juego de Las Ocho Reinas
1 parent 5c58241 commit a4e0d83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ___
1313

1414
<p align="center">
1515
<img alt="Estadísticas de GitHub" height="180px" src="https://github-readme-stats.vercel.app/api?username=arhcoder&show_icons=true&theme=jolly&line_height=27&count_private=true"/>
16-
<img alt="Lenguajes Usados" height="180px" src="https://github-readme-stats.vercel.app/api/top-langs/?username=arhcoder&langs_count=6&exclude_repo=arhcoder-portfolio&theme=jolly&layout=compact"/>
16+
<img alt="Lenguajes Usados" height="180px" src="https://github-readme-stats.vercel.app/api/top-langs/?username=arhcoder&langs_count=6&exclude_repo=arhcoder-portfolio,eight-queens-game-web&theme=jolly&layout=compact"/>
1717
</p>
1818

1919
___

lib/Widgets/header.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ AppBar buildAppBar() => AppBar
1818
changeLanguage(Get.locale.languageCode);
1919
},
2020
onLongPress: (){Get.toNamed("/info");},
21-
child: Image.asset("assets/images/arhcoder.png", height: 24.0)
21+
child: Image.asset("assets/images/arhcoder.png", height: 28.0)
2222
)
2323
),
2424
centerTitle: true,

0 commit comments

Comments
 (0)