Skip to content

Commit

Permalink
home: rename blog section
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelCoding committed Jul 3, 2024
1 parent 5d0ac43 commit 9abc5fe
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/app/pages/home/home.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ <h1 i18n>Support</h1>
</div>

<div class="typography">
<h1 i18n>Blog</h1>
<h1 i18n>Events &amp; News</h1>
</div>
<ul class="not news">
<li *ngFor="let event of events | async">
Expand Down
3 changes: 1 addition & 2 deletions src/app/pages/home/home.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {RouterLink} from "@angular/router";
import {IconGithubComponent} from "../../icons/icon-github/icon-github.component";
import {IconMastodonComponent} from "../../icons/icon-mastodon/icon-mastodon.component";
import {IconLinkedinComponent} from "../../icons/icon-linkedin/icon-linkedin.component";
import {map, Observable, share, switchMap} from "rxjs";
import {map, share, switchMap} from "rxjs";
import {IconIbhComponent} from "../../icons/icon-ibh/icon-ibh.component";
import {IconBcixComponent} from "../../icons/icon-bcix/icon-bcix.component";
import {IconTudComponent} from "../../icons/icon-tud/icon-tud.component";
Expand All @@ -18,7 +18,6 @@ import {IconSocialComponent} from "../../icons/icon-social/icon-social.component
import {IconSendComponent} from "../../icons/icon-send/icon-send.component";
import {ButtonComponent} from "@feel/form";
import {IconDsiComponent} from "../../icons/icon-dsi/icon-dsi.component";
import {PostOrEvent, SmallEvent} from "../../api/blog.domain";
import {EventCardComponent} from "../../core/event-card/event-card.component";

@Component({
Expand Down
11 changes: 7 additions & 4 deletions src/locales/en_devel.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,6 @@
<context context-type="sourcefile">src/app/pages/blog/blog-list/blog-list.component.html</context>
<context context-type="linenumber">3,4</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/pages/home/home.component.html</context>
<context context-type="linenumber">65,66</context>
</context-group>
</trans-unit>
<trans-unit id="6718726533481404495" datatype="html">
<source>Peering</source>
Expand Down Expand Up @@ -633,6 +629,13 @@
<context context-type="linenumber">57</context>
</context-group>
</trans-unit>
<trans-unit id="5390240553289554839" datatype="html">
<source>Events &amp; News</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/pages/home/home.component.html</context>
<context context-type="linenumber">65,66</context>
</context-group>
</trans-unit>
<trans-unit id="3670532182581004841" datatype="html">
<source>Socials</source>
<context-group purpose="location">
Expand Down

0 comments on commit 9abc5fe

Please sign in to comment.