You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sandkasten-web/src/app/components/footer/footer.component.ts

15 lines
421 B

import { Component, OnInit } from '@angular/core';
@Component({
selector: 'app-footer',
templateUrl: './footer.component.html',
styleUrls: ['./footer.component.scss']
})
export class FooterComponent {
sandkasten_logo: string = 'assets/img/logo.png';
twitter_logo: string = 'assets/img/twitter.svg';
instagram_logo: string = 'assets/img/instagram.svg';
facebook_logo: string = 'assets/img/facebook.svg';
}