diff --git a/frontend/src/pages/Home.tsx b/frontend/src/pages/Home.tsx
index 26af77cb..045ff51d 100644
--- a/frontend/src/pages/Home.tsx
+++ b/frontend/src/pages/Home.tsx
@@ -33,7 +33,7 @@ const Home = (): JSX.Element => {
>
- Planner es todavía una plataforma experimental.
+ Planner puede cometer errores.
-
@@ -43,9 +43,6 @@ const Home = (): JSX.Element => {
- Recuerda que SIDING es la referencia oficial.
-
- Se agregaron la mayoría de las mallas faltantes 🎊. También hemos arreglado muchos de los problemas y hecho varias mejoras. ¡Prueba haciendo click derecho en tus cursos! 🖱️
-
{
hideLogin &&
(
diff --git a/infra/productive-deploy/update.sh b/infra/productive-deploy/update.sh
index 88de547c..88eb53d3 100755
--- a/infra/productive-deploy/update.sh
+++ b/infra/productive-deploy/update.sh
@@ -22,6 +22,7 @@ REMOTE=$(git rev-parse origin/main)
# Si se detectan cambios, ejecutar run_deploy.sh
if [ "$LOCAL" != "$REMOTE" ]; then
echo "Changes detected. Running deploy script..."
+ git restore .
git checkout origin/main
chmod +x ./run_deploy.sh
./run_deploy.sh