Footer - #109
Open
MarioYellowy wants to merge 3 commits into
Open
Footer#109MarioYellowy wants to merge 3 commits into
MarioYellowy wants to merge 3 commits into
Conversation
Member
|
por que hay tantos commits 😭 |
Phosphorus-M
approved these changes
Sep 15, 2026
| <div class="container flex flex-col justify-center items-center gap-3"> | ||
| <p class="text-center max-w-xl">"Comunidad - Rust Lang en Español"</p> | ||
| <div class="flex gap-4 justify-center items-center w-full"> | ||
| <footer class="w-full flex flex-col items-center justify-between bg-primary-500 dark:bg-primary-600 py-10"> |
Member
There was a problem hiding this comment.
tiene sentido, si es footer debe ser footer
| }; | ||
|
|
||
| view! { | ||
| <header class="w-full py-[8px] px-[0px] flex flex-column items-center justify-between md:px-[24px] relative"> |
Member
There was a problem hiding this comment.
tiene sentido, si es header debe ser header
Comment on lines
+24
to
+28
| const BOOK_PATH: &str = "https://book.rustlang-es.org/"; | ||
| const JOIN_PATH: &str = "https://discord.rustlang-es.org/"; | ||
| const GITHUB_PATH: &str = "https://github.com/RustLangES"; | ||
| const LINKEDIN_PATH: &str = "https://www.linkedin.com/company/rustlanges"; | ||
| const TELEGRAM_PATH: &str = "https://t.me/rust_es"; |
Member
There was a problem hiding this comment.
ta bien pasarlo a constantes bien hecho
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.