Conversation
✅ Deploy Preview for unrivaled-empanada-4b1c20 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
svg だと容量が増えるので、JPG か PNG で良いのかなと思いました
There was a problem hiding this comment.
こちらであぼねこさんから共有いただいたものの中に含まれています!
https://discord.com/channels/1440153039540588647/1475363204115988490/1484371585166217276
There was a problem hiding this comment.
現在のものは白枠のロゴですが、デザイン上のフッターのロゴは白枠がないものかと思います
| <slot /> | ||
| </div> | ||
| <div class="footer-area"> | ||
| <FooterVisual class="footer-visual" /> |
There was a problem hiding this comment.
FooterVisual はページによってない場所もありそうなので、レイアウトに含めずにページ側で随時追加するのでも良いのかなと思います
| .footer-area { | ||
| display: flex; | ||
| flex-direction: column; | ||
| gap: 4px; |
| export const constants = { | ||
| pageTitle: "Go Conference 2026", | ||
| pageDescription: | ||
| "Go Conference is a conference for Go programming language users.", |
There was a problem hiding this comment.
まだどこからも使われていないものですが、こちら日本語でもよくないでしょうか?
| <div class="link-column site-link-group"> | ||
| <div class="link-group"> | ||
| <a href={getRelativeLocaleUrl(currentLocale)} class="text-link" | ||
| >Home</a | ||
| > | ||
| </div> | ||
| </div> |
There was a problem hiding this comment.
Figma 上でも Text Link というコンポーネントで作ってくださっているので、TextLink.astro を使えると良いのかなと思いました
2026/src/components/ui/TextLink.astro
Lines 13 to 21 in 380b2ae
| .link-group { | ||
| display: flex; | ||
| flex-direction: column; | ||
| gap: 8px; |
| .footer-gradient { | ||
| width: 100%; | ||
| height: 8px; | ||
| background: var(--gradient); |
| <hr /> | ||
| <div class="footer-info"> | ||
| <div class="logo-container"> | ||
| <FooterLogo class="footer-logo" /> |
| background: var(--gradient); | ||
| } | ||
|
|
||
| @media (max-width: 768px) { |
There was a problem hiding this comment.
これはどこだろう?角丸ではない気がするから見ている場所が違うかもしれない?






Uh oh!
There was an error while loading. Please reload this page.